diff options
Diffstat (limited to 'usr.bin/gprof/kernel.c')
-rw-r--r-- | usr.bin/gprof/kernel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gprof/kernel.c b/usr.bin/gprof/kernel.c index 38cc91e369d20..f729574a8fd1f 100644 --- a/usr.bin/gprof/kernel.c +++ b/usr.bin/gprof/kernel.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/kernel.c,v 1.3 2004/05/24 12:44:00 stefanf Exp $"); #include <sys/param.h> #include <sys/linker.h> |