summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2008-06-12 10:15:14 +0000
committered <ed@FreeBSD.org>2008-06-12 10:15:14 +0000
commitb12c26cea11baab5e938d590a2b623c2e6106f79 (patch)
tree9b4b58aeadf16dcc59b5c53c605daa92ad8c9bbf /usr.bin/fstat
parentbe82d7b493d2bc421b26d5479505ccc86d573ebd (diff)
downloadFreeBSD-src-b12c26cea11baab5e938d590a2b623c2e6106f79.zip
FreeBSD-src-b12c26cea11baab5e938d590a2b623c2e6106f79.tar.gz
Fix build of fstat after minor() changes.
Even though I ran a `make universe' to see whether the changes to the device minor number macro's broke the build, I was not expecting `make universe' to silently continue if build errors occured, thus causing me to overlook the build error. Approved by: philip (mentor) Pointyhat to: me
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 29ad65f..90ffba8 100644
--- a/usr.bin/fstat/fstat.c
+++ b/usr.bin/fstat/fstat.c
@@ -62,9 +62,9 @@ __FBSDID("$FreeBSD$");
#include <sys/queue.h>
#define _WANT_FILE
#include <sys/file.h>
+#include <sys/conf.h>
#define _KERNEL
#include <sys/pipe.h>
-#include <sys/conf.h>
#include <sys/mount.h>
#include <ufs/ufs/quota.h>
#include <ufs/ufs/inode.h>
OpenPOWER on IntegriCloud