summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strspn.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strspn.c')
-rw-r--r--lib/libc/string/strspn.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/string/strspn.c b/lib/libc/string/strspn.c
index 4676bd4..eb118e2 100644
--- a/lib/libc/string/strspn.c
+++ b/lib/libc/string/strspn.c
@@ -34,6 +34,10 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)strspn.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>
#include <string.h>
OpenPOWER on IntegriCloud