summaryrefslogtreecommitdiffstats
path: root/sbin/mount_null
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_null')
-rw-r--r--sbin/mount_null/Makefile2
-rw-r--r--sbin/mount_null/mount_null.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_null/Makefile b/sbin/mount_null/Makefile
index 68b488d..3c50252 100644
--- a/sbin/mount_null/Makefile
+++ b/sbin/mount_null/Makefile
@@ -6,7 +6,7 @@ SRCS= mount_null.c getmntopts.c
MAN= mount_null.8
MOUNT= ${.CURDIR}/../mount
-CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
+CFLAGS+=-I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>
diff --git a/sbin/mount_null/mount_null.c b/sbin/mount_null/mount_null.c
index d38e7e3..8e6b8f0 100644
--- a/sbin/mount_null/mount_null.c
+++ b/sbin/mount_null/mount_null.c
@@ -50,7 +50,7 @@ static const char rcsid[] =
#include <sys/param.h>
#include <sys/mount.h>
-#include <miscfs/nullfs/null.h>
+#include <fs/nullfs/null.h>
#include <err.h>
#include <stdio.h>
OpenPOWER on IntegriCloud