aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nullfs/mount_nullfs.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-05-23 09:42:29 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-05-23 09:42:29 +0000
commit99d300a1ecab368a3f1aab2273c07e5040c27d35 (patch)
tree1b88ac3d27dd822968f18355d8ca158bdff00ace /sbin/mount_nullfs/mount_nullfs.c
parent468f05c7f716dddd967aac96b415de5ca3d6b2c8 (diff)
downloadsrc-99d300a1ecab368a3f1aab2273c07e5040c27d35.tar.gz
src-99d300a1ecab368a3f1aab2273c07e5040c27d35.zip
- 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.
Notes
Notes: svn path=/head/; revision=77031
Diffstat (limited to 'sbin/mount_nullfs/mount_nullfs.c')
-rw-r--r--sbin/mount_nullfs/mount_nullfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_nullfs/mount_nullfs.c b/sbin/mount_nullfs/mount_nullfs.c
index d38e7e36d57f..8e6b8f0f244f 100644
--- a/sbin/mount_nullfs/mount_nullfs.c
+++ b/sbin/mount_nullfs/mount_nullfs.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>