summaryrefslogtreecommitdiff
path: root/lib/libc/gmon/mcount.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gmon/mcount.c')
-rw-r--r--lib/libc/gmon/mcount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c
index b3b561c285e8f..fd26a77f6ce7f 100644
--- a/lib/libc/gmon/mcount.c
+++ b/lib/libc/gmon/mcount.c
@@ -35,7 +35,7 @@
static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/gmon/mcount.c,v 1.21 2005/05/06 07:37:01 davidxu Exp $");
#include <sys/param.h>
#include <sys/gmon.h>