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