diff options
Diffstat (limited to 'lib/libc/string/strnstr.c')
-rw-r--r-- | lib/libc/string/strnstr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/string/strnstr.c b/lib/libc/string/strnstr.c index 98c0103..6983507 100644 --- a/lib/libc/string/strnstr.c +++ b/lib/libc/string/strnstr.c @@ -35,8 +35,10 @@ * SUCH DAMAGE. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93"; +#endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__RCSID("@(#)strstr.c 8.1 (Berkeley) 6/4/93"); __FBSDID("$FreeBSD$"); #include <string.h> |