diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-29 12:50:41 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-29 12:50:41 +0000 |
| commit | c263a0048dbb766f3f48d99a2ff03ff8cd4c68ac (patch) | |
| tree | e17d7fbb1ff998aee9049d76443def46f792855e /usr.bin/fstat | |
| parent | b445591810e0384d4450ac360b41de60a6827def (diff) | |
Notes
Diffstat (limited to 'usr.bin/fstat')
| -rw-r--r-- | usr.bin/fstat/fstat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index c879a97dbf9a..4ffab3191ad0 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -61,15 +61,11 @@ static char sccsid[] = "@(#)fstat.c 8.3 (Berkeley) 5/2/95"; #include <ufs/ufs/quota.h> #include <ufs/ufs/inode.h> #undef KERNEL -#define NFS #include <sys/mount.h> #include <nfs/nfsproto.h> #include <nfs/rpcv2.h> -#define KERNEL #include <nfs/nfs.h> -#undef KERNEL #include <nfs/nfsnode.h> -#undef NFS #include <net/route.h> #include <netinet/in.h> |
