diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-05-23 23:03:00 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-05-23 23:03:00 +0000 |
| commit | 11529d1a195eaeacb1613223e030672455868a2b (patch) | |
| tree | 27295df31605b10ff40c7a7ea34e014caef4a2e2 /usr.bin/fstat | |
| parent | 719bfad4aaa4e490bfe3d190763976aad4e6659f (diff) | |
Notes
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 24089cc28645b..b5e49f936eeb8 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> |
