diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-12-30 07:01:50 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-12-30 07:01:50 +0000 |
| commit | bb369b53b2261921997e67e3d76c7a2d65920125 (patch) | |
| tree | fab0ac1315c3bf8c6d6cb949b1e6ede87cc74fc1 /lib/libc/gmon/mcount.c | |
| parent | 5c0ea38c003f9df3bf3e3fd9edfc771e176fec3f (diff) | |
Notes
Diffstat (limited to 'lib/libc/gmon/mcount.c')
| -rw-r--r-- | lib/libc/gmon/mcount.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c index 59d8de40f20f..b0c4072e31fc 100644 --- a/lib/libc/gmon/mcount.c +++ b/lib/libc/gmon/mcount.c @@ -32,8 +32,12 @@ */ #if !defined(lint) && !defined(KERNEL) && defined(LIBC_SCCS) +#if 0 static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93"; #endif +static const char rcsid[] = + "$Id$"; +#endif #include <sys/param.h> #include <sys/gmon.h> |
