diff options
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 7d727636031a..c2bd26a22037 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 b7dcdc4a73fc..e6dfdb0ec7f6 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>  | 
