remove strtok_r

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1132 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-12-17 20:35:12 +00:00
parent 64a25a4676
commit 1881ed2f4d
2 changed files with 0 additions and 8 deletions

View File

@@ -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

View File

@@ -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