summaryrefslogtreecommitdiff
path: root/openbsd-compat/strtok.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-03 21:31:22 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-03 21:31:22 +0000
commit7044253f3ff41aead8c2192f35d5710244549e89 (patch)
treeaf50029b4e7ae122ea8165a0ae651961f1c21029 /openbsd-compat/strtok.c
parente6b3b7ba6621fe51eb53bc23378c61400099b4ed (diff)
- (bal) I think this is the last of the bsd-*.h that don't belong.
Diffstat (limited to 'openbsd-compat/strtok.c')
-rw-r--r--openbsd-compat/strtok.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/strtok.c b/openbsd-compat/strtok.c
index d197734cb..6ce6f9a3c 100644
--- a/openbsd-compat/strtok.c
+++ b/openbsd-compat/strtok.c
@@ -35,7 +35,7 @@
35 35
36#ifndef HAVE_STRTOK_R 36#ifndef HAVE_STRTOK_R
37 37
38#include "bsd-strtok.h" 38#include "strtok.h"
39 39
40#if defined(LIBC_SCCS) && !defined(lint) 40#if defined(LIBC_SCCS) && !defined(lint)
41static char *rcsid = "$OpenBSD: strtok.c,v 1.3 1999/11/09 11:19:46 art Exp $"; 41static char *rcsid = "$OpenBSD: strtok.c,v 1.3 1999/11/09 11:19:46 art Exp $";