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 6983507b55dbc..9f3b038f46e14 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 2001/11/07 19:55:16 obrien Exp $"); #include <string.h> |