diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
commit | cc28c79becc0c69f0d33337062166295c1f52d63 (patch) | |
tree | 027a1716b81de12e9d3735d93dcaf4b08ccb78af /usr.bin/netstat | |
parent | a92e32c6e92d43c510782860a055a2d736966c11 (diff) |
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 | 2 | ||||
-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 | 2 | ||||
-rw-r--r-- | usr.bin/netstat/route.c | 2 | ||||
-rw-r--r-- | usr.bin/netstat/sctp.c | 2 | ||||
-rw-r--r-- | usr.bin/netstat/unix.c | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index bb73c6703262..312773ee7f3c 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.39.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/netstat/atalk.c b/usr.bin/netstat/atalk.c index 9ed48209076d..29cb87a84e89 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.26.2.1.8.1 2010/12/21 17:10:29 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 d1d2b9f57cb2..f6d0200bc1b3 100644 --- a/usr.bin/netstat/bpf.c +++ b/usr.bin/netstat/bpf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/bpf.c,v 1.9.2.3.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/protosw.h> #include <sys/socket.h> diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index aa28a6fa2651..741e7843253e 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.69.2.1.8.1 2010/12/21 17:10:29 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 4ccdd27262a9..c6916473b1af 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.78.2.5.6.1 2010/12/21 17:10:29 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 b4aeb1a069b7..d247de226f8b 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.29.2.4.6.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef INET6 #include <sys/param.h> diff --git a/usr.bin/netstat/ipsec.c b/usr.bin/netstat/ipsec.c index d3276bf27615..f4fea3b8ebf1 100644 --- a/usr.bin/netstat/ipsec.c +++ b/usr.bin/netstat/ipsec.c @@ -93,7 +93,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.17.2.2.4.1 2010/12/21 17:10:29 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 b79a93bba984..e404180bf08d 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.27.2.1.8.1 2010/12/21 17:10:29 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 167f7a9a39e4..ac9b37a99131 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.87.2.4.6.1 2010/12/21 17:10:29 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 7f65701ddf5e..3545a2fe1acc 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.53.2.1.8.1 2010/12/21 17:10:29 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 218d63028be9..30123d69b830 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.9.2.1.8.1 2010/12/21 17:10:29 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 dbce3181f966..5d8244cc44f4 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.30.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Print multicast routing structures and statistics. diff --git a/usr.bin/netstat/mroute6.c b/usr.bin/netstat/mroute6.c index c526d7cd63a7..682da953e162 100644 --- a/usr.bin/netstat/mroute6.c +++ b/usr.bin/netstat/mroute6.c @@ -66,7 +66,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/mroute6.c,v 1.21.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef INET6 #include <sys/param.h> diff --git a/usr.bin/netstat/netgraph.c b/usr.bin/netstat/netgraph.c index c4dd647eb6fd..59a53e8c575f 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.13.2.1.8.1 2010/12/21 17:10:29 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 c1e140fbcfe4..2f1cce887340 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.58.12.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 10, 2007 .Dt NETSTAT 1 diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index b601d8ed7738..67081446a948 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.51.2.3.6.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/netstat/pfkey.c b/usr.bin/netstat/pfkey.c index 2ab58e91dada..d1ef1ab1a591 100644 --- a/usr.bin/netstat/pfkey.c +++ b/usr.bin/netstat/pfkey.c @@ -68,7 +68,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/pfkey.c,v 1.5.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 8cc26c87b6f8..927ef5b7445a 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.82.2.7.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/protosw.h> diff --git a/usr.bin/netstat/sctp.c b/usr.bin/netstat/sctp.c index fe29787ef197..88699afef69d 100644 --- a/usr.bin/netstat/sctp.c +++ b/usr.bin/netstat/sctp.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)sctp.c 0.1 (Berkeley) 4/18/2007"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/sctp.c,v 1.7.2.3.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index 209fc8d497be..29498d70d396 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.20.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Display protocol blocks in the unix domain. |