diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
| commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
| tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /usr.bin/systat | |
| parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvs
'RELENG_2_2_8_RELEASE'.
This commit was manufactured to restore the state of the 2.2.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'usr.bin/systat')
| -rw-r--r-- | usr.bin/systat/main.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/netcmds.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/netstat.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/vmstat.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/systat/main.c b/usr.bin/systat/main.c index e922b3252d1a..7647812caff8 100644 --- a/usr.bin/systat/main.c +++ b/usr.bin/systat/main.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: main.c,v 1.5.2.1 1997/08/14 06:33:29 charnier Exp $"; + "$Id: main.c,v 1.5.2.2 1997/08/26 06:16:41 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/netcmds.c b/usr.bin/systat/netcmds.c index 94dc3ca381e5..42d0ac12cb9d 100644 --- a/usr.bin/systat/netcmds.c +++ b/usr.bin/systat/netcmds.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)netcmds.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id$"; + "$Id: netcmds.c,v 1.4 1996/10/28 19:08:10 wollman Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/netstat.c b/usr.bin/systat/netstat.c index 511d10f53511..04d4c65fdf58 100644 --- a/usr.bin/systat/netstat.c +++ b/usr.bin/systat/netstat.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id: netstat.c,v 1.5 1996/10/28 19:08:13 wollman Exp $"; + "$Id: netstat.c,v 1.5.2.1 1996/11/02 20:35:53 phk Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c index 316aa797d990..afc954a4c8b3 100644 --- a/usr.bin/systat/vmstat.c +++ b/usr.bin/systat/vmstat.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: vmstat.c,v 1.19.2.3 1997/08/14 06:33:30 charnier Exp $"; #endif /* not lint */ /* |
