Index: ossp-pkg/uuid/uuid.c RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.c,v rcsdiff -q -kk '-r1.18' '-r1.19' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.c,v' 2>/dev/null --- uuid.c 2004/01/10 21:47:45 1.18 +++ uuid.c 2004/01/10 21:54:52 1.19 @@ -511,8 +511,8 @@ break; } - /* else sleep a little bit until the system clock (which has - a gettimeofday(2) resolution of 1us) has changed. */ + /* stall the UUID generation until the system clock (which + has a gettimeofday(2) resolution of 1us) catches up */ #ifdef HAVE_NANOSLEEP /* sleep for 500ns (1/2us) */ ts.tv_sec = 0;