aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-01-12 09:16:13 +0000
committerBruce Evans <bde@FreeBSD.org>2000-01-12 09:16:13 +0000
commitf3d5d34b459fcd295a618227c37e2bacae1cdf67 (patch)
treeb40f1f410b154f7ad132127a39dd65ac06492363 /sbin
parentc144d68c9fdfe2da40e05eed7621534bc81bdad5 (diff)
downloadsrc-f3d5d34b459fcd295a618227c37e2bacae1cdf67.tar.gz
src-f3d5d34b459fcd295a618227c37e2bacae1cdf67.zip
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>.
Notes
Notes: svn path=/head/; revision=55836
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount_nwfs/mount_nwfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_nwfs/mount_nwfs.c b/sbin/mount_nwfs/mount_nwfs.c
index 006f90e70030..a6db58df552f 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"