diff options
Diffstat (limited to 'lib/libc/string/strnstr.c')
-rw-r--r-- | lib/libc/string/strnstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strnstr.c b/lib/libc/string/strnstr.c index 749c43baca8a..9d887de730e3 100644 --- a/lib/libc/string/strnstr.c +++ b/lib/libc/string/strnstr.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)strstr.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/strnstr.c,v 1.2.10.1 2005/03/16 13:55:09 pjd Exp $"); #include <string.h> |