summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-26 11:57:45 +0000
committerru <ru@FreeBSD.org>2001-05-26 11:57:45 +0000
commit05f3be90b2e785fbcbac9efe38dd8fb4bd6cdb7c (patch)
treebc6b0076c297f637980e63a3ebde03fd9302042a /sbin
parentbb3012ea8ac3c3f242d03857752725e5a8e74119 (diff)
downloadFreeBSD-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')
-rw-r--r--sbin/mount_ntfs/mount_ntfs.c2
-rw-r--r--sbin/mount_nwfs/mount_nwfs.c2
-rw-r--r--sbin/mountd/mountd.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_ntfs/mount_ntfs.c b/sbin/mount_ntfs/mount_ntfs.c
index 95b86c2..9dbd5fb 100644
--- a/sbin/mount_ntfs/mount_ntfs.c
+++ b/sbin/mount_ntfs/mount_ntfs.c
@@ -37,7 +37,7 @@
#define NTFS
#include <sys/mount.h>
#include <sys/stat.h>
-#include <ntfs/ntfsmount.h>
+#include <fs/ntfs/ntfsmount.h>
#include <ctype.h>
#include <err.h>
#include <grp.h>
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"
diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c
index 2d198e6..0c08f40 100644
--- a/sbin/mountd/mountd.c
+++ b/sbin/mountd/mountd.c
@@ -64,7 +64,7 @@ static const char rcsid[] =
#include <nfs/nfs.h>
#include <ufs/ufs/ufsmount.h>
#include <fs/msdosfs/msdosfsmount.h>
-#include <ntfs/ntfsmount.h>
+#include <fs/ntfs/ntfsmount.h>
#include <isofs/cd9660/cd9660_mount.h> /* XXX need isofs in include */
#include <arpa/inet.h>
OpenPOWER on IntegriCloud