mount(1): do not include system headers
This commit is contained in:
parent
de58c13271
commit
cc6895f6c6
2 changed files with 0 additions and 8 deletions
|
@ -1,5 +1,4 @@
|
|||
PROG= mount
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}/servers
|
||||
BINDIR= /bin
|
||||
BINMODE= 4755
|
||||
MAN=
|
||||
|
|
|
@ -2,19 +2,12 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <dirent.h>
|
||||
#include <string.h>
|
||||
#include <sys/mount.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <minix/config.h>
|
||||
#include <minix/const.h>
|
||||
#include <minix/minlib.h>
|
||||
#include <sys/svrctl.h>
|
||||
#include <stdio.h>
|
||||
#include "mfs/const.h"
|
||||
#include <fstab.h>
|
||||
|
||||
#define MINIX_FS_TYPE "mfs"
|
||||
|
|
Loading…
Reference in a new issue