Module Name: src
Committed By: kleink
Date: Fri Oct 16 11:24:31 UTC 1998
Modified Files:
src/lib/libc/gen: fstab.c
Log Message:
Use strtok_r() instead of strtok(), lest the application be surprised by
strtok()'s internal marker having changed.