summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/arp/arp.c3
-rw-r--r--usr.sbin/dev_mkdb/dev_mkdb.c6
-rw-r--r--usr.sbin/ndp/ndp.c3
-rw-r--r--usr.sbin/rarpd/arptab.c1
-rw-r--r--usr.sbin/slstats/slstats.c5
5 files changed, 6 insertions, 12 deletions
diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c
index fb88af93b7b..2df46308f81 100644
--- a/usr.sbin/arp/arp.c
+++ b/usr.sbin/arp/arp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arp.c,v 1.34 2005/03/29 23:55:18 henning Exp $ */
+/* $OpenBSD: arp.c,v 1.35 2005/04/04 09:03:07 deraadt Exp $ */
/* $NetBSD: arp.c,v 1.12 1995/04/24 13:25:18 cgd Exp $ */
/*
@@ -53,7 +53,6 @@
#include <netdb.h>
#include <errno.h>
#include <err.h>
-#include <nlist.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/usr.sbin/dev_mkdb/dev_mkdb.c b/usr.sbin/dev_mkdb/dev_mkdb.c
index 5eb3272c128..5048b999404 100644
--- a/usr.sbin/dev_mkdb/dev_mkdb.c
+++ b/usr.sbin/dev_mkdb/dev_mkdb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dev_mkdb.c,v 1.9 2003/06/02 23:36:52 millert Exp $ */
+/* $OpenBSD: dev_mkdb.c,v 1.10 2005/04/04 09:03:07 deraadt Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -37,7 +37,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)dev_mkdb.c 8.1 (Berkeley) 6/6/93";*/
-static char rcsid[] = "$Id: dev_mkdb.c,v 1.9 2003/06/02 23:36:52 millert Exp $";
+static char rcsid[] = "$Id: dev_mkdb.c,v 1.10 2005/04/04 09:03:07 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -48,8 +48,6 @@ static char rcsid[] = "$Id: dev_mkdb.c,v 1.9 2003/06/02 23:36:52 millert Exp $";
#include <err.h>
#include <errno.h>
#include <fcntl.h>
-#include <kvm.h>
-#include <nlist.h>
#include <paths.h>
#include <stdio.h>
#include <stdlib.h>
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>
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>
diff --git a/usr.sbin/slstats/slstats.c b/usr.sbin/slstats/slstats.c
index a6e59bc046f..0b98bf08fba 100644
--- a/usr.sbin/slstats/slstats.c
+++ b/usr.sbin/slstats/slstats.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: slstats.c,v 1.19 2004/09/21 21:17:02 jaredy Exp $ */
+/* $OpenBSD: slstats.c,v 1.20 2005/04/04 09:03:08 deraadt Exp $ */
/* $NetBSD: slstats.c,v 1.6.6.1 1996/06/07 01:42:30 thorpej Exp $ */
/*
@@ -36,7 +36,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: slstats.c,v 1.19 2004/09/21 21:17:02 jaredy Exp $";
+static char rcsid[] = "$OpenBSD: slstats.c,v 1.20 2005/04/04 09:03:08 deraadt Exp $";
#endif
#define INET
@@ -66,7 +66,6 @@ static char rcsid[] = "$OpenBSD: slstats.c,v 1.19 2004/09/21 21:17:02 jaredy Exp
#include <stdio.h>
#include <stdlib.h>
#include <paths.h>
-#include <nlist.h>
#include <string.h>
#include <unistd.h>