diff options
Diffstat (limited to 'usr.bin/gcore/gcore.c')
-rw-r--r-- | usr.bin/gcore/gcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 7005e834ff913..3eee6694c592b 100644 --- a/usr.bin/gcore/gcore.c +++ b/usr.bin/gcore/gcore.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)gcore.c 8.2 (Berkeley) 9/23/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gcore/gcore.c,v 1.31.32.1 2010/02/10 00:26:20 kensmith Exp $"); /* * Originally written by Eric Cooper in Fall 1981. |