diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-30 06:45:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-30 06:45:35 +0000 |
commit | 07d551935749909b7ff848e0ef33f756c535a6ba (patch) | |
tree | 6f35189eedf1265f9443b2683d551fae039cfa1e /usr.bin | |
parent | 358cb6de65c82f3dff9f78f5ed783ec9c6c9dcaa (diff) |
include nlist.h not needed
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/netstat/atalk.c | 5 | ||||
-rw-r--r-- | usr.bin/netstat/ipx.c | 5 | ||||
-rw-r--r-- | usr.bin/netstat/ns.c | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/usr.bin/netstat/atalk.c b/usr.bin/netstat/atalk.c index 86c677a33e0..48ebeb7e3a7 100644 --- a/usr.bin/netstat/atalk.c +++ b/usr.bin/netstat/atalk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atalk.c,v 1.13 2005/03/25 17:01:03 jaredy Exp $ */ +/* $OpenBSD: atalk.c,v 1.14 2005/03/30 06:45:34 deraadt Exp $ */ /* $NetBSD: atalk.c,v 1.2 1997/05/22 17:21:26 christos Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "from @(#)atalk.c 1.1 (Whistle) 6/6/96"; #else -static char rcsid[] = "$OpenBSD: atalk.c,v 1.13 2005/03/25 17:01:03 jaredy Exp $"; +static char rcsid[] = "$OpenBSD: atalk.c,v 1.14 2005/03/30 06:45:34 deraadt Exp $"; #endif #endif /* not lint */ @@ -54,7 +54,6 @@ static char rcsid[] = "$OpenBSD: atalk.c,v 1.13 2005/03/25 17:01:03 jaredy Exp $ #include <netatalk/at.h> #include <netatalk/ddp_var.h> -#include <nlist.h> #include <errno.h> #include <stdio.h> #include <string.h> diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c index a8ab5f283a1..ba581825278 100644 --- a/usr.bin/netstat/ipx.c +++ b/usr.bin/netstat/ipx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipx.c,v 1.16 2005/03/25 17:01:03 jaredy Exp $ */ +/* $OpenBSD: ipx.c,v 1.17 2005/03/30 06:45:34 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "from: @(#)ns.c 8.1 (Berkeley) 6/6/93"; #else -static char *rcsid = "$OpenBSD: ipx.c,v 1.16 2005/03/25 17:01:03 jaredy Exp $"; +static char *rcsid = "$OpenBSD: ipx.c,v 1.17 2005/03/30 06:45:34 deraadt Exp $"; #endif #endif /* not lint */ @@ -63,7 +63,6 @@ static char *rcsid = "$OpenBSD: ipx.c,v 1.16 2005/03/25 17:01:03 jaredy Exp $"; #include <netipx/spx_debug.h> #include <limits.h> -#include <nlist.h> #include <errno.h> #include <stdio.h> #include <string.h> diff --git a/usr.bin/netstat/ns.c b/usr.bin/netstat/ns.c index 65bfc1c0225..023655fdf50 100644 --- a/usr.bin/netstat/ns.c +++ b/usr.bin/netstat/ns.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ns.c,v 1.12 2005/03/25 17:01:04 jaredy Exp $ */ +/* $OpenBSD: ns.c,v 1.13 2005/03/30 06:45:34 deraadt Exp $ */ /* $NetBSD: ns.c,v 1.8 1995/10/03 21:42:46 thorpej Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "from: @(#)ns.c 8.1 (Berkeley) 6/6/93"; #else -static char *rcsid = "$OpenBSD: ns.c,v 1.12 2005/03/25 17:01:04 jaredy Exp $"; +static char *rcsid = "$OpenBSD: ns.c,v 1.13 2005/03/30 06:45:34 deraadt Exp $"; #endif #endif /* not lint */ @@ -62,7 +62,6 @@ static char *rcsid = "$OpenBSD: ns.c,v 1.12 2005/03/25 17:01:04 jaredy Exp $"; #include <netns/spp_debug.h> #include <limits.h> -#include <nlist.h> #include <errno.h> #include <stdio.h> #include <string.h> |