diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
| commit | 2e61cbb7f50878e738849ea4384118c13733f09c (patch) | |
| tree | e87cf98a8f654158f3ba922ed4d31607b79c4944 /usr.bin/netstat | |
| parent | 76b5366091f76c9bc73570149ef5055648fc2c39 (diff) | |
Diffstat (limited to 'usr.bin/netstat')
| -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/ipx.c | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/iso.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/route.c | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/unix.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/netstat/atalk.c b/usr.bin/netstat/atalk.c index 90ed87dbe5cdc..e5415c48ba1f0 100644 --- a/usr.bin/netstat/atalk.c +++ b/usr.bin/netstat/atalk.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)atalk.c 1.1 (Whistle) 6/6/96"; */ static const char rcsid[] = - "$Id: atalk.c,v 1.10 1997/07/29 06:51:39 charnier Exp $"; + "$Id: atalk.c,v 1.11 1998/07/06 21:01:22 bde Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index d4831185983fe..01cab040bf472 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95"; */ static const char rcsid[] = - "$Id: if.c,v 1.23 1997/02/22 19:56:21 peter Exp $"; + "$Id: if.c,v 1.24 1998/07/06 21:01:23 bde Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 314ada559f81d..75c85f18fa655 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; */ static const char rcsid[] = - "$Id: inet.c,v 1.29 1998/06/09 04:13:01 imp Exp $"; + "$Id: inet.c,v 1.30 1998/07/06 21:01:23 bde Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c index 215cbd0309b06..98497af33db54 100644 --- a/usr.bin/netstat/ipx.c +++ b/usr.bin/netstat/ipx.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ns.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id: ipx.c,v 1.9 1997/07/29 06:51:39 charnier Exp $"; + "$Id: ipx.c,v 1.10 1998/07/06 21:01:25 bde Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/iso.c b/usr.bin/netstat/iso.c index ade41449ce7c8..937bf1ababfc1 100644 --- a/usr.bin/netstat/iso.c +++ b/usr.bin/netstat/iso.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)iso.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ /* - * $Header: /home/ncvs/src/usr.bin/netstat/iso.c,v 1.1.1.1 1994/05/27 12:32:25 rgrimes Exp $ + * $Header: /home/ncvs/src/usr.bin/netstat/iso.c,v 1.2 1995/04/09 05:33:17 davidg Exp $ * $Source: /home/ncvs/src/usr.bin/netstat/iso.c,v $ */ /******************************************************************************* diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index fd0c5bdb7d527..a65a20b4b8e5c 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -42,7 +42,7 @@ char const copyright[] = static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 3/1/94"; #endif static const char rcsid[] = - "$Id: main.c,v 1.21 1998/08/05 13:54:07 phk Exp $"; + "$Id: main.c,v 1.22 1998/08/08 08:13:04 phk Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index c1324969ce793..3a9d5773d6975 100644 --- a/usr.bin/netstat/mbuf.c +++ b/usr.bin/netstat/mbuf.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)mbuf.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: mbuf.c,v 1.13 1998/08/18 13:36:47 jb Exp $"; + "$Id: mbuf.c,v 1.14 1998/08/23 15:23:11 gpalmer Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 24b5a9b4e1ab1..6cde5b1cd3a15 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -36,7 +36,7 @@ static char sccsid[] = "From: @(#)route.c 8.6 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: route.c,v 1.32 1998/07/06 20:52:08 bde Exp $"; + "$Id: route.c,v 1.33 1998/08/18 13:41:38 jb Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index e740df38995d7..c0a2ed4762568 100644 --- a/usr.bin/netstat/unix.c +++ b/usr.bin/netstat/unix.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)unix.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: unix.c,v 1.9 1998/07/06 21:01:27 bde Exp $"; + "$Id: unix.c,v 1.10 1998/08/08 08:13:04 phk Exp $"; #endif /* not lint */ /* |
