diff options
Diffstat (limited to 'lib/libc/string/memchr.c')
-rw-r--r-- | lib/libc/string/memchr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/memchr.c b/lib/libc/string/memchr.c index 2b1231dadf09e..53112fb422c90 100644 --- a/lib/libc/string/memchr.c +++ b/lib/libc/string/memchr.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)memchr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/memchr.c,v 1.5 2007/01/09 00:28:12 imp Exp $"); #include <string.h> |