From c0c97de5adc9bc6922d001b53b4492038d23baa3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 16 May 2012 09:15:06 +0000 Subject: [PATCH] -use MHD_LONG_LONG --- src/gns/gnunet-gns-fcfsd.c | 2 +- src/hostlist/hostlist-server.c | 2 +- src/transport/plugin_transport_http_server.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gns/gnunet-gns-fcfsd.c b/src/gns/gnunet-gns-fcfsd.c index accdf1e0d..7e099df62 100644 --- a/src/gns/gnunet-gns-fcfsd.c +++ b/src/gns/gnunet-gns-fcfsd.c @@ -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); diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c index 64da3bd56..af46110ca 100644 --- a/src/hostlist/hostlist-server.c +++ b/src/hostlist/hostlist-server.c @@ -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; diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c index e5e4690d7..00ad005bd 100644 --- a/src/transport/plugin_transport_http_server.c +++ b/src/transport/plugin_transport_http_server.c @@ -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; -- 2.25.1