diff options
author | ru <ru@FreeBSD.org> | 2001-05-26 11:57:45 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-05-26 11:57:45 +0000 |
commit | 05f3be90b2e785fbcbac9efe38dd8fb4bd6cdb7c (patch) | |
tree | bc6b0076c297f637980e63a3ebde03fd9302042a /sbin/mount_nwfs | |
parent | bb3012ea8ac3c3f242d03857752725e5a8e74119 (diff) | |
download | FreeBSD-src-05f3be90b2e785fbcbac9efe38dd8fb4bd6cdb7c.zip FreeBSD-src-05f3be90b2e785fbcbac9efe38dd8fb4bd6cdb7c.tar.gz |
- sys/n[tw]fs moved to sys/fs/n[tw]fs
- /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs
Diffstat (limited to 'sbin/mount_nwfs')
-rw-r--r-- | sbin/mount_nwfs/mount_nwfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_nwfs/mount_nwfs.c b/sbin/mount_nwfs/mount_nwfs.c index 02b45dd..8e37b09 100644 --- a/sbin/mount_nwfs/mount_nwfs.c +++ b/sbin/mount_nwfs/mount_nwfs.c @@ -51,7 +51,7 @@ #include <netncp/ncp_lib.h> #include <netncp/ncp_rcfile.h> -#include <nwfs/nwfs_mount.h> +#include <fs/nwfs/nwfs_mount.h> #include "mntopts.h" #define NWFS_VFSNAME "nwfs" |