diff options
author | bde <bde@FreeBSD.org> | 2000-01-12 09:16:13 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2000-01-12 09:16:13 +0000 |
commit | 688bb99b3f790aad607b949661d0361486bbe346 (patch) | |
tree | d10689617d08a0f0c538383c38d0b0e67fcd0056 /sbin/mount_nwfs | |
parent | 75d9577e300a89dcebc1bae14c895ebc4e113a4f (diff) | |
download | FreeBSD-src-688bb99b3f790aad607b949661d0361486bbe346.zip FreeBSD-src-688bb99b3f790aad607b949661d0361486bbe346.tar.gz |
Unremoved used include of <sys/stat.h> (don't depend on pollution in
<sys/mount.h). Broken in: previous commit.
Removed unused include of <nwfs/nwfs.h>.
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 006f90e..a6db58d 100644 --- a/sbin/mount_nwfs/mount_nwfs.c +++ b/sbin/mount_nwfs/mount_nwfs.c @@ -32,6 +32,7 @@ * $FreeBSD$ */ #include <sys/param.h> +#include <sys/stat.h> #include <sys/errno.h> #include <sys/mount.h> @@ -47,7 +48,6 @@ #include <netncp/ncp_lib.h> #include <netncp/ncp_rcfile.h> -#include <nwfs/nwfs.h> #include <nwfs/nwfs_mount.h> #include "mntopts.h" |