OSSP CVS Repository

ossp - Difference in ossp-pkg/uuid/uuid.c versions 1.34 and 1.35
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/uuid/uuid.c 1.34 -> 1.35

--- uuid.c       2004/01/18 11:31:10     1.34
+++ uuid.c       2004/01/18 19:22:54     1.35
@@ -218,7 +218,7 @@
     const uuid_uint8_t *in;
     uuid_uint32_t tmp32;
     uuid_uint16_t tmp16;
-    int i;
+    unsigned int i;
 
     /* sanity check argument(s) */
     if (uuid == NULL || buf == NULL)
@@ -264,7 +264,7 @@
     uuid_uint8_t *out;
     uuid_uint32_t tmp32;
     uuid_uint16_t tmp16;
-    int i;
+    unsigned int i;
 
     /* sanity check argument(s) */
     if (uuid == NULL || buf == NULL)
@@ -343,7 +343,7 @@
     uuid_uint16_t tmp16;
     const char *cp;
     char hexbuf[3];
-    int i;
+    unsigned int i;
 
     /* sanity check argument(s) */
     if (uuid == NULL || str == NULL)
@@ -649,7 +649,7 @@
     void *uuid_octets;
     uuid_t *uuid_object;
     uuid_rc_t rc;
-    int i;
+    unsigned int i;
 
     /* determine namespace UUID name and argument name string */
     if ((ns = (char *)va_arg(ap, char *)) == NULL)
@@ -774,7 +774,7 @@
     uuid_uint32_t tmp32;
     char string[UUID_LEN_STR+1];
     char *s;
-    int i;
+    unsigned int i;
     ui64_t t;
     ui64_t offset;
     int t_nsec;

CVSTrac 2.0.1