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
This commit is contained in:
Ed Schouten 2008-06-12 10:15:14 +00:00
parent 3f7eea97fd
commit 436f2e5275

View File

@ -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>