diff options
Diffstat (limited to 'usr.bin/netstat')
| -rw-r--r-- | usr.bin/netstat/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/atalk.c | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/bpf.c | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/if.c | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/inet.c | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/inet6.c | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/ipsec.c | 4 | ||||
| -rw-r--r-- | usr.bin/netstat/ipx.c | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/main.c | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/mbuf.c | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/mcast.c | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/mroute.c | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/mroute6.c | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/netgraph.c | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/netstat.1 | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/netstat.h | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/pfkey.c | 4 | ||||
| -rw-r--r-- | usr.bin/netstat/route.c | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/unix.c | 2 |
19 files changed, 21 insertions, 21 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index ed8479172b25..acc9b3ad6af5 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/12/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/netstat/Makefile,v 1.26.2.4.4.1 2008/10/02 02:57:24 kensmith Exp $ PROG= netstat SRCS= bpf.c if.c inet.c inet6.c main.c mbuf.c mcast.c mroute.c ipx.c route.c \ diff --git a/usr.bin/netstat/atalk.c b/usr.bin/netstat/atalk.c index 7c19c561d5f4..59d060a5708c 100644 --- a/usr.bin/netstat/atalk.c +++ b/usr.bin/netstat/atalk.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)atalk.c 1.1 (Whistle) 6/6/96"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/atalk.c,v 1.24.8.2.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/bpf.c b/usr.bin/netstat/bpf.c index 050c66ac4f29..48af5b550a23 100644 --- a/usr.bin/netstat/bpf.c +++ b/usr.bin/netstat/bpf.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/netstat/bpf.c,v 1.5.2.4.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> #include <sys/protosw.h> diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index 35eb743d7c7e..0bb7f614ddcb 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/if.c,v 1.58.8.7.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/protosw.h> diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 451184f4b688..bd2297342027 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/inet.c,v 1.70.2.5.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c index 8be1864210a8..f651785fcc15 100644 --- a/usr.bin/netstat/inet6.c +++ b/usr.bin/netstat/inet6.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)inet6.c 8.4 (Berkeley) 4/20/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/inet6.c,v 1.25.8.4.2.1 2008/10/02 02:57:24 kensmith Exp $"); #ifdef INET6 #include <sys/param.h> diff --git a/usr.bin/netstat/ipsec.c b/usr.bin/netstat/ipsec.c index c0692c815a05..b058144f96ac 100644 --- a/usr.bin/netstat/ipsec.c +++ b/usr.bin/netstat/ipsec.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/netstat/ipsec.c,v 1.12.8.3.4.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: ipsec.c,v 1.33 2003/07/25 09:54:32 itojun Exp $ */ /* @@ -96,7 +96,7 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/ipsec.c,v 1.12.8.3.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c index dad5ae88db0b..79187f016831 100644 --- a/usr.bin/netstat/ipx.c +++ b/usr.bin/netstat/ipx.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)ns.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/ipx.c,v 1.23.2.3.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index a03426f2083f..362871aa2030 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 3/1/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/main.c,v 1.72.2.10.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/file.h> diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index 7e09a1e5bc76..8c780adcd09a 100644 --- a/usr.bin/netstat/mbuf.c +++ b/usr.bin/netstat/mbuf.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)mbuf.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/mbuf.c,v 1.42.8.8.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/mbuf.h> diff --git a/usr.bin/netstat/mcast.c b/usr.bin/netstat/mcast.c index 68b16e782fbd..2d545940db11 100644 --- a/usr.bin/netstat/mcast.c +++ b/usr.bin/netstat/mcast.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/mcast.c,v 1.2.8.2.4.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Print the running system's current multicast group memberships. diff --git a/usr.bin/netstat/mroute.c b/usr.bin/netstat/mroute.c index 732e433ddb09..f20eaa855531 100644 --- a/usr.bin/netstat/mroute.c +++ b/usr.bin/netstat/mroute.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/mroute.c,v 1.22.8.3.4.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Print multicast routing structures and statistics. diff --git a/usr.bin/netstat/mroute6.c b/usr.bin/netstat/mroute6.c index e931243506e5..eabe583cafdd 100644 --- a/usr.bin/netstat/mroute6.c +++ b/usr.bin/netstat/mroute6.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/mroute6.c,v 1.15.8.1.4.1 2008/10/02 02:57:24 kensmith Exp $"); #ifdef INET6 #include <sys/param.h> diff --git a/usr.bin/netstat/netgraph.c b/usr.bin/netstat/netgraph.c index 8ca9e5cd7e31..912e106445c9 100644 --- a/usr.bin/netstat/netgraph.c +++ b/usr.bin/netstat/netgraph.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/netgraph.c,v 1.10.8.3.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 82b7fe5f4ff6..bc0ea6f162be 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)netstat.1 8.8 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/netstat/netstat.1,v 1.50.8.3.8.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 19, 2005 .Dt NETSTAT 1 diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index b8c7b23d3d03..8df81940829d 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)netstat.h 8.2 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/netstat/netstat.h,v 1.41.2.8.2.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/netstat/pfkey.c b/usr.bin/netstat/pfkey.c index 12d864efda68..e2d0c2b63ba3 100644 --- a/usr.bin/netstat/pfkey.c +++ b/usr.bin/netstat/pfkey.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/netstat/pfkey.c,v 1.1.2.3.4.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $NetBSD: inet.c,v 1.35.2.1 1999/04/29 14:57:08 perry Exp $ */ /* $KAME: ipsec.c,v 1.25 2001/03/12 09:04:39 itojun Exp $ */ @@ -70,7 +70,7 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/netstat/pfkey.c,v 1.1.2.3.4.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 942fcb6b87a6..495f36d1ff72 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -38,7 +38,7 @@ static char sccsid[] = "From: @(#)route.c 8.6 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/route.c,v 1.76.2.7.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/protosw.h> diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index 03bef85b7f7a..78a1a0603657 100644 --- a/usr.bin/netstat/unix.c +++ b/usr.bin/netstat/unix.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)unix.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/unix.c,v 1.18.8.2.4.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Display protocol blocks in the unix domain. |
