Recode a couple files from ISO 8859-1 to UTF-8
[openafs.git] / src / util / uuid.c
index 71b813a..af6dfa0 100644 (file)
@@ -10,7 +10,7 @@
 /* String conversion routines have the following copyright */
 
 /*
- * Copyright (c) 2002 Kungliga Tekniska Högskolan
+ * Copyright (c) 2002 Kungliga Tekniska Högskolan
  * (Royal Institute of Technology, Stockholm, Sweden).
  * All rights reserved.
  *
@@ -400,7 +400,7 @@ uuid_get_address(uuid_address_p_t addr)
 void
 uuid__get_os_time(uuid_time_t * os_time)
 {
-    osi_timeval_t tp;
+    osi_timeval32_t tp;
 
     osi_GetTime(&tp);
     os_time->hi = tp.tv_sec;