shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/lib


From: shishi-commit
Subject: CVS shishi/lib
Date: Tue, 7 Feb 2006 13:49:28 +0100

Update of /home/cvs/shishi/lib
In directory dopio:/tmp/cvs-serv26729

Modified Files:
        krberror.c 
Log Message:
Fix gettimeofday() usage.


--- /home/cvs/shishi/lib/krberror.c     2006/02/07 12:32:04     1.45
+++ /home/cvs/shishi/lib/krberror.c     2006/02/07 12:49:28     1.46
@@ -43,10 +43,9 @@
 {
   Shishi_asn1 krberror;
   struct timeval tv;
-  struct timezone tz;
   int rc;
 
-  rc = gettimeofday (tv, tz);
+  rc = gettimeofday (tv, NULL);
   if (rc != 0)
     return NULL;
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]