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/gcore | |
| parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) | |
Diffstat (limited to 'usr.bin/gcore')
| -rw-r--r-- | usr.bin/gcore/gcore.c | 2 | ||||
| -rw-r--r-- | usr.bin/gcore/md-nop.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 7d727636031a0..c2bd26a220372 100644 --- a/usr.bin/gcore/gcore.c +++ b/usr.bin/gcore/gcore.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)gcore.c 8.2 (Berkeley) 9/23/93"; #endif static const char rcsid[] = - "$Id: gcore.c,v 1.4.2.3 1997/09/15 08:17:14 jkh Exp $"; + "$Id: gcore.c,v 1.4.2.4 1997/11/18 03:51:38 jdp Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/gcore/md-nop.c b/usr.bin/gcore/md-nop.c index b7dcdc4a73fc9..e6dfdb0ec7f68 100644 --- a/usr.bin/gcore/md-nop.c +++ b/usr.bin/gcore/md-nop.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)md-nop.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: md-nop.c,v 1.1.1.1.8.1 1997/07/10 06:37:10 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> |
