summaryrefslogtreecommitdiff
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
parentc144d68c9fdfe2da40e05eed7621534bc81bdad5 (diff)
Notes
-rw-r--r--sbin/mount_nwfs/mount_nwfs.c2
-rw-r--r--usr.sbin/mount_nwfs/mount_nwfs.c2
2 files changed, 2 insertions, 2 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"
diff --git a/usr.sbin/mount_nwfs/mount_nwfs.c b/usr.sbin/mount_nwfs/mount_nwfs.c
index 006f90e70030..a6db58df552f 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"