diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
| commit | e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77 (patch) | |
| tree | 5d7f179f3d81639a2b00e739c98d784b98e1bfae /usr.bin/netstat | |
| parent | bbe327aea67f046183f949450d6271765b9ebfb0 (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/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/route.c | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/unix.c | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index 86a43d57e76a..2befb090d635 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.23.2.1 2005/02/13 07:23:39 obrien Exp $ PROG= netstat SRCS= 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 517325c7a645..423319e462a8 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 2004/07/26 20:18:11 charnier Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index 0a8725b186a0..db1e265a2191 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 2004/07/26 20:18:11 charnier Exp $"); #include <sys/types.h> #include <sys/protosw.h> diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 6590848e904b..d2a18c797dc3 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.67.2.1 2005/03/21 16:05:36 glebius Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c index 984f525dd536..ddf42856bd2e 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 2004/07/28 16:03:12 stefanf Exp $"); #ifdef INET6 #include <sys/param.h> diff --git a/usr.bin/netstat/ipsec.c b/usr.bin/netstat/ipsec.c index c99d27a2e988..629d341aeda2 100644 --- a/usr.bin/netstat/ipsec.c +++ b/usr.bin/netstat/ipsec.c @@ -70,7 +70,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 2004/07/26 20:18:11 charnier Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c index 04ba023ee399..67c6ce1370a5 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.20.2.1 2005/02/25 13:13:11 rwatson Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index d53e759f3f06..a131c5e234e3 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.69.2.1 2005/03/21 16:05:36 glebius Exp $"); #include <sys/param.h> #include <sys/file.h> diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index feb4871d8f42..cc35ab723089 100644 --- a/usr.bin/netstat/mbuf.c +++ b/usr.bin/netstat/mbuf.c @@ -38,7 +38,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 2004/07/26 20:18:11 charnier Exp $"); #include <sys/param.h> #include <sys/mbuf.h> diff --git a/usr.bin/netstat/mcast.c b/usr.bin/netstat/mcast.c index 2b2a5cd1bb70..ceab444aa662 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 2004/07/26 20:18:11 charnier Exp $"); /* * Print the system's current multicast group memberships. diff --git a/usr.bin/netstat/mroute.c b/usr.bin/netstat/mroute.c index e81ca2bd3821..3de3ab4ee769 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 2004/07/26 20:18:11 charnier Exp $"); /* * Print multicast routing structures and statistics. diff --git a/usr.bin/netstat/mroute6.c b/usr.bin/netstat/mroute6.c index bc06a3d6c30d..ba0db9e72d2c 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 2004/07/26 20:18:11 charnier Exp $"); #ifdef INET6 #include <sys/param.h> diff --git a/usr.bin/netstat/netgraph.c b/usr.bin/netstat/netgraph.c index e156989155c5..6566da1ec763 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 2004/07/26 20:18:11 charnier Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 32edfec3e537..4a471a3438f5 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 2004/05/31 21:46:06 bmilekic Exp $ .\" .Dd March 25, 2004 .Dt NETSTAT 1 diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index 3cafa26de4d2..2e00e8a85602 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.40.2.1 2005/03/21 16:05:36 glebius Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 585fd7eecae3..e28883d4eece 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.75 2004/07/28 18:18:47 glebius Exp $"); #include <sys/param.h> #include <sys/protosw.h> diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index d9256115382a..7fb84ea8ef69 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 2004/07/26 20:18:11 charnier Exp $"); /* * Display protocol blocks in the unix domain. |
