aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gprof
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-07-11 06:11:35 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-07-11 06:11:35 +0000
commit6451b2bfcbb588bd4120360ebf34f1c3be9c06ee (patch)
tree173587734535d1518c0f8183db26a12eb0aa3709 /usr.bin/gprof
parentc38b4f3b91e5c32bb1b75d6a393af0a0d5bae757 (diff)
Notes
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r--usr.bin/gprof/arcs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c
index 2a06220515c8..db39a5afc811 100644
--- a/usr.bin/gprof/arcs.c
+++ b/usr.bin/gprof/arcs.c
@@ -33,10 +33,10 @@
#ifndef lint
#if 0
-static char sccsid[] = "@(#)arcs.c 8.1 (Berkeley) 6/6/93";Q
+static char sccsid[] = "@(#)arcs.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: arcs.c,v 1.3 1997/07/10 06:45:00 charnier Exp $";
#endif /* not lint */
#include <err.h>