- fix compile error
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 16 May 2012 08:33:51 +0000 (08:33 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 16 May 2012 08:33:51 +0000 (08:33 +0000)
src/hostlist/hostlist-server.c

index 66263e1a354b6ee7630f3242690e8d54d972b247..64da3bd56c359f2b7e6b5669744d1c60269a0399 100644 (file)
@@ -481,7 +481,7 @@ prepare_daemon (struct MHD_Daemon *daemon_handle)
   struct GNUNET_NETWORK_FDSet *wws;
   struct GNUNET_NETWORK_FDSet *wes;
   int max;
-  MHD_LONG_LONG timeout;
+  long long unsigned int timeout;
   int haveto;
   struct GNUNET_TIME_Relative tv;