diff options
Diffstat (limited to 'usr.bin/gprof/printlist.c')
-rw-r--r-- | usr.bin/gprof/printlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c index c77b19fa008b..c82b18db7da3 100644 --- a/usr.bin/gprof/printlist.c +++ b/usr.bin/gprof/printlist.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)printlist.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/gprof/printlist.c,v 1.2.2.1 1999/08/29 15:28:38 peter Exp $"; #endif /* not lint */ #include <err.h> |