Clean up a few things after moving fparseln() to libc.
commitcc2bbe1f634c82c2e50f1e65687229d96b3708ae
authorSascha Wildner <saw@online.de>
Sun, 24 May 2020 20:20:02 +0000 (24 22:20 +0200)
committerSascha Wildner <saw@online.de>
Sun, 24 May 2020 20:20:02 +0000 (24 22:20 +0200)
treef084561a36afa6435eae2ad7345c3aae4431a58b
parent8f9e67109499acc57ad368877f4b3b0b7cdf6d93
Clean up a few things after moving fparseln() to libc.

* mount_msdos: libutil.h's inclusion can now be sorted.

* mailwrapper: libutil is no longer needed.

* mtree: libutil is no longer needed either but when mtree is built
      as a bootstrap tool, we must make sure that the host's libc is
      sufficiently recent.

* makefs: makefs was relying on mtree's extern.h (which it includes)
      to bring in libutil.h. Add an explicit #include to makefs, now
      that mtree no longer needs libutil.
sbin/mount_msdos/mount_msdos.c
usr.sbin/mailwrapper/Makefile
usr.sbin/mailwrapper/mailwrapper.c
usr.sbin/makefs/walk.c
usr.sbin/mtree/Makefile
usr.sbin/mtree/extern.h