From 5864b79cd2852339f3025ee81769233071d60934 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 24 May 2001 08:47:42 +0000 Subject: Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files. Do the same for the non-wcs*/wmem* files while I'm here. --- lib/libc/string/strstr.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/libc/string/strstr.c') diff --git a/lib/libc/string/strstr.c b/lib/libc/string/strstr.c index 1f109611e2a7..aaa648619545 100644 --- a/lib/libc/string/strstr.c +++ b/lib/libc/string/strstr.c @@ -37,6 +37,10 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ +#ifndef lint +static const char rcsid[] = + "$FreeBSD$"; +#endif #include #include -- cgit v1.2.3