uuid-dont-require-snprintf-in-ukernel-20020711

because obviously not everything has it
This commit is contained in:
Derrick Brashear 2002-07-11 23:10:16 +00:00
parent 7e0d50a108
commit c927f48236

View File

@ -145,7 +145,7 @@ uuid_time_p_t time2; {
* Converts a string UUID to binary representation.
*/
#ifndef KERNEL
#if !defined(KERNEL) && !defined(UKERNEL)
int
afsUUID_from_string(const char *str, afsUUID *uuid)
{