r487: fixing some compile issues with the IBM AIX compiler reoported on the ml -...
[bbaumbach/samba-autobuild/.git] / source3 / lib / util_uuid.c
index 4c35236c902636dba341cfd1cb2652c1e9b5779a..dc9bc920230ef65245d779550308d3e8e408c7ca 100644 (file)
@@ -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;