diff options
Diffstat (limited to 'lib/libc/string/strpbrk.c')
-rw-r--r-- | lib/libc/string/strpbrk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strpbrk.c b/lib/libc/string/strpbrk.c index efbdc8a72383..6e88ea2baae2 100644 --- a/lib/libc/string/strpbrk.c +++ b/lib/libc/string/strpbrk.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)strpbrk.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/strpbrk.c,v 1.5.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <string.h> |