summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat/pstat.c
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 /usr.sbin/pstat/pstat.c
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 'usr.sbin/pstat/pstat.c')
-rw-r--r--usr.sbin/pstat/pstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index 7ac83fb..d8ddfbf 100644
--- a/usr.sbin/pstat/pstat.c
+++ b/usr.sbin/pstat/pstat.c
@@ -56,7 +56,7 @@ static const char rcsid[] =
#include <sys/mount.h>
#include <sys/uio.h>
#include <sys/namei.h>
-#include <miscfs/union/union.h>
+#include <fs/unionfs/union.h>
#undef _KERNEL
#include <sys/stat.h>
#include <nfs/rpcv2.h>
OpenPOWER on IntegriCloud