summaryrefslogtreecommitdiff
path: root/usr.sbin/ndp/ndp.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-04 09:03:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-04 09:03:09 +0000
commit78154b1dacdc63afa704d9a001d18dc9cfc933a4 (patch)
treeb5d5d2515a660d53e1da0d1704252325c27b9329 /usr.sbin/ndp/ndp.c
parentcf6ddc69cc8930cd94efa94fef77cd793465fb7c (diff)
nlist.h not needed
Diffstat (limited to 'usr.sbin/ndp/ndp.c')
-rw-r--r--usr.sbin/ndp/ndp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c
index 6ff2ed4e1f5..debefc8390d 100644
--- a/usr.sbin/ndp/ndp.c
+++ b/usr.sbin/ndp/ndp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ndp.c,v 1.35 2004/05/24 03:56:22 itojun Exp $ */
+/* $OpenBSD: ndp.c,v 1.36 2005/04/04 09:03:08 deraadt Exp $ */
/* $KAME: ndp.c,v 1.101 2002/07/17 08:46:33 itojun Exp $ */
/*
@@ -99,7 +99,6 @@
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
-#include <nlist.h>
#include <paths.h>
#include <stdlib.h>
#include <string.h>