From: David van Moolenbroek Date: Tue, 16 Oct 2012 20:30:02 +0000 (+0200) Subject: mount(1): do not include system headers X-Git-Tag: v3.2.1~269 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=cc6895f6c66b0127b5b9fc0392075ad264d6e026;p=minix.git mount(1): do not include system headers --- diff --git a/commands/mount/Makefile b/commands/mount/Makefile index 0ce9926ef..17d24bd83 100644 --- a/commands/mount/Makefile +++ b/commands/mount/Makefile @@ -1,5 +1,4 @@ PROG= mount -CPPFLAGS+= -I${NETBSDSRCDIR}/servers BINDIR= /bin BINMODE= 4755 MAN= diff --git a/commands/mount/mount.c b/commands/mount/mount.c index 1671e4f31..a9adecf19 100644 --- a/commands/mount/mount.c +++ b/commands/mount/mount.c @@ -2,19 +2,12 @@ #include #include -#include #include -#include #include #include #include -#include -#include -#include #include -#include #include -#include "mfs/const.h" #include #define MINIX_FS_TYPE "mfs"