aboutsummaryrefslogtreecommitdiff
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strtok.c b/lib/libc/string/strtok.c
index b0c428b770ce..885a0b5b8625 100644
--- a/lib/libc/string/strtok.c
+++ b/lib/libc/string/strtok.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)strtok.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strtok.c,v 1.10.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <stddef.h>
#ifdef DEBUG_STRTOK