diff options
author | 2005-03-30 06:45:34 +0000 | |
---|---|---|
committer | 2005-03-30 06:45:34 +0000 | |
commit | cf78102d63516a724ecacda812c0f9e5b69a3a04 (patch) | |
tree | c67fa6ec5401e0fa8910f588e15c38a2b49e5150 | |
parent | nicer output (diff) | |
download | wireguard-openbsd-cf78102d63516a724ecacda812c0f9e5b69a3a04.tar.xz wireguard-openbsd-cf78102d63516a724ecacda812c0f9e5b69a3a04.zip |
include nlist.h not needed
-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> |