Index: ossp-pkg/uuid/uuid.c RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.c,v rcsdiff -q -kk '-r1.54' '-r1.55' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.c,v' 2>/dev/null --- uuid.c 2005/08/31 19:21:13 1.54 +++ uuid.c 2005/09/01 20:50:18 1.55 @@ -162,7 +162,7 @@ return UUID_RC_MEM; /* clone entire internal state */ - memcpy(obj, uuid, sizeof(uuid)); + memcpy(obj, uuid, sizeof(uuid_t)); /* re-initialize with new PRNG, MD5 and SHA1 sub-objects */ if (prng_create(&obj->prng) != PRNG_RC_OK)