diff options
author | phk <phk@FreeBSD.org> | 2001-05-23 23:03:00 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2001-05-23 23:03:00 +0000 |
commit | de4b15c51246293a1d08282bc2afdf7c99a87573 (patch) | |
tree | a88e88ab7c961536796020b6204db32de97f5468 /usr.bin/fstat | |
parent | 3c306fcab0fa2eae45766916456fd4690e7a1230 (diff) | |
download | FreeBSD-src-de4b15c51246293a1d08282bc2afdf7c99a87573.zip FreeBSD-src-de4b15c51246293a1d08282bc2afdf7c99a87573.tar.gz |
define _KERNEL before including <sys/conf.h>
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r-- | usr.bin/fstat/fstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 24089cc..b5e49f9 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -62,8 +62,8 @@ static const char rcsid[] = #include <sys/filedesc.h> #include <sys/queue.h> #include <sys/pipe.h> -#include <sys/conf.h> #define _KERNEL +#include <sys/conf.h> #include <sys/file.h> #include <ufs/ufs/quota.h> #include <ufs/ufs/inode.h> |