diff options
author | grog <grog@FreeBSD.org> | 2001-04-29 02:45:39 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2001-04-29 02:45:39 +0000 |
commit | 4b9d9cbaac4fca2bd620bd18a83cd2f91879bdeb (patch) | |
tree | 420d575b4e4b99c943689ffc4a45e8b80c2967fb /usr.bin/fstat | |
parent | 1e7d7fa08115fc164f8ace561bcb994a5e67b77f (diff) | |
download | FreeBSD-src-4b9d9cbaac4fca2bd620bd18a83cd2f91879bdeb.zip FreeBSD-src-4b9d9cbaac4fca2bd620bd18a83cd2f91879bdeb.tar.gz |
Revert consequences of changes to mount.h, part 2.
Requested by: bde
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r-- | usr.bin/fstat/fstat.c | 1 | ||||
-rw-r--r-- | usr.bin/fstat/msdosfs.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 45ef13e..49bc0801 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -51,7 +51,6 @@ static const char rcsid[] = #include <sys/user.h> #include <sys/stat.h> #include <sys/vnode.h> -#include <net/radix.h> #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/domain.h> diff --git a/usr.bin/fstat/msdosfs.c b/usr.bin/fstat/msdosfs.c index bf29df5..809477d 100644 --- a/usr.bin/fstat/msdosfs.c +++ b/usr.bin/fstat/msdosfs.c @@ -42,8 +42,6 @@ #include <sys/vnode.h> #define _KERNEL -#include <net/radix.h> -#include <sys/socket.h> #include <sys/mount.h> #include <msdosfs/bpb.h> #include <msdosfs/msdosfsmount.h> |