K 10 svn:author V 7 rwatson K 8 svn:date V 27 2003-02-23T14:30:17.000000Z K 7 svn:log V 312 Add an implementation of strdup() to libkern. Allocated memory is of type M_STRING, now defined in malloc.h. Useful when string parsing must occur using the kernel strsep() and we want to avoid toasting the source string. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories END