summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2000-12-04 09:21:05 +0000
committeralfred <alfred@FreeBSD.org>2000-12-04 09:21:05 +0000
commit8b68111f1892abe78129bd479b50fb403b65e498 (patch)
treec59d77d7bc2f9efc3edb56eedc1229c600d0438e /usr.bin/fstat
parent644a5df9448046fccace90b55aa19c715d75e297 (diff)
downloadFreeBSD-src-8b68111f1892abe78129bd479b50fb403b65e498.zip
FreeBSD-src-8b68111f1892abe78129bd479b50fb403b65e498.tar.gz
remove struct mount from useland visibility
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/fstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c
index 9bbe502..02da6cc 100644
--- a/usr.bin/fstat/fstat.c
+++ b/usr.bin/fstat/fstat.c
@@ -66,8 +66,8 @@ static const char rcsid[] =
#include <sys/file.h>
#include <ufs/ufs/quota.h>
#include <ufs/ufs/inode.h>
-#undef _KERNEL
#include <sys/mount.h>
+#undef _KERNEL
#include <nfs/nfsproto.h>
#include <nfs/rpcv2.h>
#include <nfs/nfs.h>
OpenPOWER on IntegriCloud