aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/portalfs
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 /sys/modules/portalfs
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 'sys/modules/portalfs')
-rw-r--r--sys/modules/portalfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/portalfs/Makefile b/sys/modules/portalfs/Makefile
index a14a8fa9215b..f23e69e3a5d4 100644
--- a/sys/modules/portalfs/Makefile
+++ b/sys/modules/portalfs/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../miscfs/portal
+.PATH: ${.CURDIR}/../../fs/portalfs
-KMOD= portal
+KMOD= portalfs
SRCS= vnode_if.h \
portal_vfsops.c portal_vnops.c
NOMAN=