summaryrefslogtreecommitdiffstats
path: root/sbin/mount_umapfs
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-23 09:42:29 +0000
committerru <ru@FreeBSD.org>2001-05-23 09:42:29 +0000
commit35437d86aa2e89b16dfeb84a5499976559847155 (patch)
tree2bade94e6086e67f8de015d8c16fd2c15e7f78c3 /sbin/mount_umapfs
parent627a25efaa565e765c3f4d9223bfeef7134724ef (diff)
downloadFreeBSD-src-35437d86aa2e89b16dfeb84a5499976559847155.zip
FreeBSD-src-35437d86aa2e89b16dfeb84a5499976559847155.tar.gz
- FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file
systems were repo-copied from sys/miscfs to sys/fs. - Renamed the following file systems and their modules: fdesc -> fdescfs, portal -> portalfs, union -> unionfs. - Renamed corresponding kernel options: FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS. - Install header files for the above file systems. - Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland Makefiles.
Diffstat (limited to 'sbin/mount_umapfs')
-rw-r--r--sbin/mount_umapfs/Makefile2
-rw-r--r--sbin/mount_umapfs/mount_umapfs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_umapfs/Makefile b/sbin/mount_umapfs/Makefile
index 9ae6798..7dc1fc6b 100644
--- a/sbin/mount_umapfs/Makefile
+++ b/sbin/mount_umapfs/Makefile
@@ -6,7 +6,7 @@ SRCS= mount_umap.c getmntopts.c
MAN= mount_umap.8
MOUNT= ${.CURDIR}/../mount
-CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
+CFLAGS+=-I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>
diff --git a/sbin/mount_umapfs/mount_umapfs.c b/sbin/mount_umapfs/mount_umapfs.c
index 0aa7b8c..14299fd 100644
--- a/sbin/mount_umapfs/mount_umapfs.c
+++ b/sbin/mount_umapfs/mount_umapfs.c
@@ -52,7 +52,7 @@ static const char rcsid[] =
#include <sys/mount.h>
#include <sys/stat.h>
-#include <miscfs/umapfs/umap.h>
+#include <fs/umapfs/umap.h>
#include <err.h>
#include <stdio.h>
OpenPOWER on IntegriCloud