summaryrefslogtreecommitdiffstats
path: root/sys/libkern/strsep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libkern/strsep.c')
-rw-r--r--sys/libkern/strsep.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/libkern/strsep.c b/sys/libkern/strsep.c
index ddad596..485f651 100644
--- a/sys/libkern/strsep.c
+++ b/sys/libkern/strsep.c
@@ -38,6 +38,10 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
+#ifndef lint
+static const char rcsid[] =
+ "$FreeBSD$";
+#endif
/*
* Get next token from string *stringp, where tokens are possibly-empty
OpenPOWER on IntegriCloud