diff options
Diffstat (limited to 'usr.bin/gprof')
| -rw-r--r-- | usr.bin/gprof/arcs.c | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/gprof.c | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/printgprof.c | 2 | ||||
| -rw-r--r-- | usr.bin/gprof/printlist.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c index ef0b3753694a..e69736d00acf 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[] = - "$Id: arcs.c,v 1.2.6.2 1997/07/15 08:16:36 charnier Exp $"; + "$Id: arcs.c,v 1.2.6.3 1997/09/15 08:17:17 jkh Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index 91a7a675aa9b..2f2cc76bb4b5 100644 --- a/usr.bin/gprof/gprof.c +++ b/usr.bin/gprof/gprof.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: gprof.c,v 1.4.6.1 1997/07/11 06:20:55 charnier Exp $"; + "$Id: gprof.c,v 1.4.6.2 1997/07/15 08:16:39 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c index 9c122bb19bca..d9abc48bc8f6 100644 --- a/usr.bin/gprof/printgprof.c +++ b/usr.bin/gprof/printgprof.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)printgprof.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: printgprof.c,v 1.4.2.1 1997/07/11 06:20:58 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c index 15af8e198521..97b0d99df82d 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[] = - "$Id$"; + "$Id: printlist.c,v 1.1.1.1.8.1 1997/07/11 06:20:59 charnier Exp $"; #endif /* not lint */ #include <err.h> |
