Added $Id$.

This commit is contained in:
bde 1995-12-30 07:01:50 +00:00
parent c6b0e7e256
commit cea02feeb0

View File

@ -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>