git: Clean up a few things after moving fparseln() to libc.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun May 24 13:20:53 PDT 2020
commit cc2bbe1f634c82c2e50f1e65687229d96b3708ae
Author: Sascha Wildner <saw at online.de>
Date: Sun May 24 22:20:02 2020 +0200
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.
Summary of changes:
sbin/mount_msdos/mount_msdos.c | 3 +--
usr.sbin/mailwrapper/Makefile | 3 ---
usr.sbin/mailwrapper/mailwrapper.c | 2 --
usr.sbin/makefs/walk.c | 1 +
usr.sbin/mtree/Makefile | 7 ++++---
usr.sbin/mtree/extern.h | 2 ++
6 files changed, 8 insertions(+), 10 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cc2bbe1f634c82c2e50f1e65687229d96b3708ae
--
DragonFly BSD source repository
More information about the Commits
mailing list