gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r22409 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r22409 - gnunet/src/util
Date: Sat, 30 Jun 2012 13:51:06 +0200

Author: grothoff
Date: 2012-06-30 13:51:06 +0200 (Sat, 30 Jun 2012)
New Revision: 22409

Modified:
   gnunet/src/util/strings.c
Log:
-seems to only work on GNU//Linux like this

Modified: gnunet/src/util/strings.c
===================================================================
--- gnunet/src/util/strings.c   2012-06-29 23:15:36 UTC (rev 22408)
+++ gnunet/src/util/strings.c   2012-06-30 11:51:06 UTC (rev 22409)
@@ -351,7 +351,9 @@
     return GNUNET_SYSERR;
   t = mktime (&tv);
   atime->abs_value = (uint64_t) ((uint64_t) t * 1000LL);
+#if LINUX
   atime->abs_value -= 1000LL * timezone;
+#endif
   return GNUNET_OK;
 }
 




reply via email to

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