ossp-pkg/uuid/uuid.c 1.66 -> 1.67
--- uuid.c 2008/02/21 08:58:45 1.66
+++ uuid.c 2008/03/06 12:14:49 1.67
@@ -886,7 +886,7 @@
/* determine current system time and sequence counter */
for (;;) {
/* determine current system time */
- if (time_gettimeofday(&time_now, NULL) == -1)
+ if (time_gettimeofday(&time_now) == -1)
return UUID_RC_SYS;
/* check whether system time changed since last retrieve */
|
|