summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strnstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strnstr.c')
-rw-r--r--lib/libc/string/strnstr.c4
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>
OpenPOWER on IntegriCloud