diff options
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> |
