-use MHD_LONG_LONG
authorChristian Grothoff <christian@grothoff.org>
Wed, 16 May 2012 09:15:06 +0000 (09:15 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 16 May 2012 09:15:06 +0000 (09:15 +0000)
src/gns/gnunet-gns-fcfsd.c
src/hostlist/hostlist-server.c
src/transport/plugin_transport_http_server.c

index accdf1e0d319d38b742e82a80a2e1feb6bbfab42..7e099df6221baf21e313c9b6405499ce616e37e8 100644 (file)
@@ -621,7 +621,7 @@ run_httpd ()
   struct GNUNET_NETWORK_FDSet *wes;
   int max;
   int haveto;
-  MHD_LONG_LONG timeout;
+  unsigned MHD_LONG_LONG timeout;
   struct GNUNET_TIME_Relative tv;
 
   FD_ZERO (&rs);
index 64da3bd56c359f2b7e6b5669744d1c60269a0399..af46110ca27a45e62a709fdeed8aa771e1d06306 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;
-  long long unsigned int timeout;
+  unsigned MHD_LONG_LONG timeout;
   int haveto;
   struct GNUNET_TIME_Relative tv;
 
index e5e4690d719c98cf935447824a6fd71b9dde11c3..00ad005bd52931a8813f241ffe4c61cf946c4e93 100644 (file)
@@ -967,7 +967,7 @@ server_schedule (struct Plugin *plugin, struct MHD_Daemon *daemon_handle,
   struct GNUNET_NETWORK_FDSet *wws;
   struct GNUNET_NETWORK_FDSet *wes;
   int max;
-  unsigned long long timeout;
+  unsigned MHD_LONG_LONG timeout;
   static unsigned long long last_timeout = 0;
   int haveto;