From 05f3be90b2e785fbcbac9efe38dd8fb4bd6cdb7c Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 26 May 2001 11:57:45 +0000 Subject: - sys/n[tw]fs moved to sys/fs/n[tw]fs - /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs --- sbin/mount_ntfs/mount_ntfs.c | 2 +- sbin/mount_nwfs/mount_nwfs.c | 2 +- sbin/mountd/mountd.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sbin') 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 #include -#include +#include #include #include #include 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 #include -#include +#include #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 #include #include -#include +#include #include /* XXX need isofs in include */ #include -- cgit v1.1