summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mount_nwfs
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-01-12 09:16:13 +0000
committerbde <bde@FreeBSD.org>2000-01-12 09:16:13 +0000
commit688bb99b3f790aad607b949661d0361486bbe346 (patch)
treed10689617d08a0f0c538383c38d0b0e67fcd0056 /usr.sbin/mount_nwfs
parent75d9577e300a89dcebc1bae14c895ebc4e113a4f (diff)
downloadFreeBSD-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 'usr.sbin/mount_nwfs')
-rw-r--r--usr.sbin/mount_nwfs/mount_nwfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mount_nwfs/mount_nwfs.c b/usr.sbin/mount_nwfs/mount_nwfs.c
index 006f90e..a6db58d 100644
--- a/usr.sbin/mount_nwfs/mount_nwfs.c
+++ b/usr.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"
OpenPOWER on IntegriCloud