diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
| commit | a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch) | |
| tree | cbb644b4992b30708378efe709bfa84fe6caddf4 /usr.bin/systat | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
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 */ /* |
