diff options
author | ru <ru@FreeBSD.org> | 2001-05-23 09:42:29 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-05-23 09:42:29 +0000 |
commit | 35437d86aa2e89b16dfeb84a5499976559847155 (patch) | |
tree | 2bade94e6086e67f8de015d8c16fd2c15e7f78c3 /sbin/mount_portalfs | |
parent | 627a25efaa565e765c3f4d9223bfeef7134724ef (diff) | |
download | FreeBSD-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_portalfs')
-rw-r--r-- | sbin/mount_portalfs/Makefile | 2 | ||||
-rw-r--r-- | sbin/mount_portalfs/portald.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_portalfs/Makefile b/sbin/mount_portalfs/Makefile index 00b96dc..fc332ee 100644 --- a/sbin/mount_portalfs/Makefile +++ b/sbin/mount_portalfs/Makefile @@ -7,7 +7,7 @@ SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ MAN= mount_portal.8 MOUNT= ${.CURDIR}/../mount -CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} +CFLAGS+=-I${MOUNT} .PATH: ${MOUNT} .include <bsd.prog.mk> diff --git a/sbin/mount_portalfs/portald.h b/sbin/mount_portalfs/portald.h index 4131834..5837bd7 100644 --- a/sbin/mount_portalfs/portald.h +++ b/sbin/mount_portalfs/portald.h @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -#include <miscfs/portal/portal.h> +#include <fs/portalfs/portal.h> /* * Meta-chars in an RE. Paths in the config file containing |