diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libc/string/strtok.c | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libc/string/strtok.c b/src/lib/libc/string/strtok.c index 6498eac8cc..4e963a019e 100644 --- a/src/lib/libc/string/strtok.c +++ b/src/lib/libc/string/strtok.c  | |||
| @@ -27,10 +27,6 @@ | |||
| 27 | * SUCH DAMAGE. | 27 | * SUCH DAMAGE. | 
| 28 | */ | 28 | */ | 
| 29 | 29 | ||
| 30 | #if defined(LIBC_SCCS) && !defined(lint) | ||
| 31 | static char *rcsid = "$OpenBSD: strtok.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; | ||
| 32 | #endif /* LIBC_SCCS and not lint */ | ||
| 33 | |||
| 34 | #include <string.h> | 30 | #include <string.h> | 
| 35 | 31 | ||
| 36 | char * | 32 | char * | 
