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.sbin/pstat | |
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.sbin/pstat')
-rw-r--r-- | usr.sbin/pstat/pstat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 03945a7..c00fc89 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -53,8 +53,6 @@ static const char rcsid[] = #include <sys/file.h> #include <ufs/ufs/quota.h> #include <ufs/ufs/inode.h> -#include <net/radix.h> -#include <sys/socket.h> #include <sys/mount.h> #include <sys/uio.h> #include <sys/namei.h> |