diff options
Diffstat (limited to 'lib/libc/gen/sysctl.c')
-rw-r--r-- | lib/libc/gen/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.c b/lib/libc/gen/sysctl.c index eb6418e74640..d2e2d1078d05 100644 --- a/lib/libc/gen/sysctl.c +++ b/lib/libc/gen/sysctl.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)sysctl.c 8.2 (Berkeley) 1/4/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/sysctl.c,v 1.6.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/sysctl.h> |