summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strtok.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strtok.c')
-rw-r--r--lib/libc/string/strtok.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/string/strtok.c b/lib/libc/string/strtok.c
index 1140bfc..6af3529 100644
--- a/lib/libc/string/strtok.c
+++ b/lib/libc/string/strtok.c
@@ -41,6 +41,11 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef lint
+static const char rcsid[] =
+ "$FreeBSD$";
+#endif
+
#include <stddef.h>
#include <string.h>
OpenPOWER on IntegriCloud