mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
uuid-dont-require-snprintf-in-ukernel-20020711
because obviously not everything has it
This commit is contained in:
parent
7e0d50a108
commit
c927f48236
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user