From 1881ed2f4d05e2632b82b1880994f30a2c913c5b Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 17 Dec 1996 20:35:12 +0000 Subject: [PATCH] remove strtok_r git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1132 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h | 4 ---- lib/roken/roken.h.in | 4 ---- 2 files changed, 8 deletions(-) diff --git a/lib/roken/roken.h b/lib/roken/roken.h index 3a1f37ac9..95b5893b7 100644 --- a/lib/roken/roken.h +++ b/lib/roken/roken.h @@ -91,10 +91,6 @@ char * strlwr(char *); int strnlen(char*, int); #endif -#ifndef HAVE_STRTOK_R -char *strtok_r(char *s1, const char *s2, char **lasts); -#endif - #ifndef HAVE_STRUPR char * strupr(char *); #endif diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 3a1f37ac9..95b5893b7 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -91,10 +91,6 @@ char * strlwr(char *); int strnlen(char*, int); #endif -#ifndef HAVE_STRTOK_R -char *strtok_r(char *s1, const char *s2, char **lasts); -#endif - #ifndef HAVE_STRUPR char * strupr(char *); #endif