From f9eda19d80f40b39ffbd48119928651512a11d49 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 5 May 2004 03:03:38 +0000 Subject: r487: fixing some compile issues with the IBM AIX compiler reoported on the ml -- now to watch the build farm some more (This used to be commit 79fed5f5a73cfe4811f626acbcf85860e23e7826) --- source3/lib/util_uuid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/util_uuid.c') diff --git a/source3/lib/util_uuid.c b/source3/lib/util_uuid.c index 4c35236c90..dc9bc92023 100644 --- a/source3/lib/util_uuid.c +++ b/source3/lib/util_uuid.c @@ -45,7 +45,7 @@ void smb_uuid_unpack(const UUID_FLAT in, struct uuid *uu) memcpy(uu->node, in.info+10, 6); } -const struct uuid smb_uuid_unpack_static(const UUID_FLAT in) +struct uuid smb_uuid_unpack_static(const UUID_FLAT in) { static struct uuid uu; -- cgit