From c927f48236dd489a33b0bc9fc3959baf1fae0e45 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 11 Jul 2002 23:10:16 +0000 Subject: [PATCH] uuid-dont-require-snprintf-in-ukernel-20020711 because obviously not everything has it --- src/util/uuid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/uuid.c b/src/util/uuid.c index a923022..6013233 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) { -- 1.9.4