aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorBosko Milekic <bmilekic@FreeBSD.org>2002-08-14 16:34:13 +0000
committerBosko Milekic <bmilekic@FreeBSD.org>2002-08-14 16:34:13 +0000
commitd8aadd88cf4cb6d51b2d3d3b603aced4b6b80ebf (patch)
treee4f35d52050281b837b4d309827bb81235fc0c1d /usr.bin
parentc887ca5b8af33c04d5489cdf22e7b9127670a8e3 (diff)
downloadsrc-d8aadd88cf4cb6d51b2d3d3b603aced4b6b80ebf.tar.gz
src-d8aadd88cf4cb6d51b2d3d3b603aced4b6b80ebf.zip
Unbreak building of fstat following version 1.23 of
src/sys/ufs/ufs/quota.h by including mount.h before ufs/quota.h.
Notes
Notes: svn path=/head/; revision=101872
Diffstat (limited to 'usr.bin')
-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 0a51c59a0279..4d1c10f3cf27 100644
--- a/usr.bin/fstat/fstat.c
+++ b/usr.bin/fstat/fstat.c
@@ -64,10 +64,10 @@ __FBSDID("$FreeBSD$");
#define _KERNEL
#include <sys/conf.h>
#include <sys/file.h>
+#include <sys/mount.h>
#include <ufs/ufs/quota.h>
#include <ufs/ufs/inode.h>
#include <fs/devfs/devfs.h>
-#include <sys/mount.h>
#undef _KERNEL
#include <nfs/nfsproto.h>
#include <nfs/rpcv2.h>