Added $Id$.

This commit is contained in:
Bruce Evans 1995-12-30 07:01:50 +00:00
parent 5c0ea38c00
commit bb369b53b2

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>