From: Derrick Brashear Date: Thu, 11 Jul 2002 23:10:16 +0000 (+0000) Subject: uuid-dont-require-snprintf-in-ukernel-20020711 X-Git-Tag: openafs-devel_1_3_3~73 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c927f48236dd489a33b0bc9fc3959baf1fae0e45;p=packages%2Fo%2Fopenafs.git uuid-dont-require-snprintf-in-ukernel-20020711 because obviously not everything has it --- diff --git a/src/util/uuid.c b/src/util/uuid.c index a92302204..6013233ec 100644 --- a/src/util/uuid.c +++ b/src/util/uuid.c @@ -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) {