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 --- usr.sbin/mount_nwfs/mount_nwfs.c | 2 +- usr.sbin/mountd/mountd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/mount_nwfs/mount_nwfs.c b/usr.sbin/mount_nwfs/mount_nwfs.c index 02b45dd..8e37b09 100644 --- a/usr.sbin/mount_nwfs/mount_nwfs.c +++ b/usr.sbin/mount_nwfs/mount_nwfs.c @@ -51,7 +51,7 @@ #include #include -#include +#include #include "mntopts.h" #define NWFS_VFSNAME "nwfs" diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index 2d198e6..0c08f40 100644 --- a/usr.sbin/mountd/mountd.c +++ b/usr.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