CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/19 12:41:53
Modified files:
lib/libc/string: strtok.c
Log message:
Remove needless casts. There's no reason to cast delim to char *
when we can just make spanp const char * to match it. OK deraadt@
