From: Matthias Wachs Date: Wed, 16 May 2012 08:33:51 +0000 (+0000) Subject: - fix compile error X-Git-Tag: initial-import-from-subversion-38251~13468 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8136c299d4692236f9408dd6a66236edecad1273;p=oweals%2Fgnunet.git - fix compile error --- diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c index 66263e1a3..64da3bd56 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; - MHD_LONG_LONG timeout; + long long unsigned int timeout; int haveto; struct GNUNET_TIME_Relative tv;