roken: use strtok_r from roken

Windows standard library doesn't provide strtok_r.  Use the strtok_r
that is provided from roken.

Change-Id: I1bccb9a306c9dd1963f044127fb5dfe4da5728cc
Reviewed-on: https://gerrit.openafs.org/13891
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
This commit is contained in:
Cheyenne Wills 2019-10-08 11:54:58 -06:00 committed by Benjamin Kaduk
parent e5abb34882
commit 98c1a8751c
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ ROKEN_OBJS = \
$(OUT)\strlcpy.obj \
$(OUT)\strnlen.obj \
$(OUT)\strsep.obj \
$(OUT)\strtok_r.obj \
$(OUT)\tsearch.obj \
$(OUT)\verr.obj \
$(OUT)\verrx.obj \

View File

@ -51,3 +51,4 @@ EXPORTS
rk_rename @55
rk_vasprintf @56
rk_mkdir @57
strtok_r @58