diff options
Diffstat (limited to 'usr.bin/gprof/printgprof.c')
| -rw-r--r-- | usr.bin/gprof/printgprof.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c index 4ca539588c73..24e723b8d714 100644 --- a/usr.bin/gprof/printgprof.c +++ b/usr.bin/gprof/printgprof.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)printgprof.c	8.1 (Berkeley) 6/6/93";  #endif  #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/printgprof.c,v 1.12 2004/05/24 12:44:00 stefanf Exp $");  #include <err.h>  #include <string.h> | 
