diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-04 09:03:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-04 09:03:09 +0000 |
commit | 78154b1dacdc63afa704d9a001d18dc9cfc933a4 (patch) | |
tree | b5d5d2515a660d53e1da0d1704252325c27b9329 /usr.sbin/rarpd | |
parent | cf6ddc69cc8930cd94efa94fef77cd793465fb7c (diff) |
nlist.h not needed
Diffstat (limited to 'usr.sbin/rarpd')
-rw-r--r-- | usr.sbin/rarpd/arptab.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/rarpd/arptab.c b/usr.sbin/rarpd/arptab.c index 1ce3ec8f563..0bc28f90daa 100644 --- a/usr.sbin/rarpd/arptab.c +++ b/usr.sbin/rarpd/arptab.c @@ -62,7 +62,6 @@ static char sccsid[] = "@(#)arp.c 8.2 (Berkeley) 1/2/94"; #include <netdb.h> #include <errno.h> -#include <nlist.h> #include <stdio.h> #include <unistd.h> #include <stdlib.h> |