Remove needless casts. There's no reason to cast delim to char *
authormillert <millert@openbsd.org>
Fri, 19 Jun 2015 18:41:53 +0000 (18:41 +0000)
committermillert <millert@openbsd.org>
Fri, 19 Jun 2015 18:41:53 +0000 (18:41 +0000)
commit73dfa8cac07cce5fce8d8db5c905e98313a1452d
tree50250aee489db21d58e75410a7f32eb7eb64d2ee
parent156b9b27ff04a68a9deffc6df387ff54b70d762c
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@
lib/libc/string/strtok.c