diff options
Diffstat (limited to 'lib/libc/gen/times.c')
-rw-r--r-- | lib/libc/gen/times.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/times.c b/lib/libc/gen/times.c index 936511e1e439..ff52860ee3b0 100644 --- a/lib/libc/gen/times.c +++ b/lib/libc/gen/times.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)times.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/times.c,v 1.4.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> |