summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strcspn.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strcspn.c')
-rw-r--r--lib/libc/string/strcspn.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/string/strcspn.c b/lib/libc/string/strcspn.c
index 6f693b03..d4dac4d 100644
--- a/lib/libc/string/strcspn.c
+++ b/lib/libc/string/strcspn.c
@@ -37,12 +37,9 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)strcspn.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
-
#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <string.h>
/*
OpenPOWER on IntegriCloud