gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36049 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r36049 - libmicrohttpd/src/microhttpd
Date: Tue, 7 Jul 2015 20:32:21 +0200

Author: Karlson2k
Date: 2015-07-07 20:32:21 +0200 (Tue, 07 Jul 2015)
New Revision: 36049

Modified:
   libmicrohttpd/src/microhttpd/daemon.c
Log:
daemon.c: cosmetics

Modified: libmicrohttpd/src/microhttpd/daemon.c
===================================================================
--- libmicrohttpd/src/microhttpd/daemon.c       2015-07-06 14:22:51 UTC (rev 
36048)
+++ libmicrohttpd/src/microhttpd/daemon.c       2015-07-07 18:32:21 UTC (rev 
36049)
@@ -1112,11 +1112,10 @@
     {
       /* can use sendfile */
       uint64_t left;
+      uint64_t offsetu64;
 #ifndef HAVE_SENDFILE64
-      uint64_t offsetu64;
       off_t offset;
 #else  /* HAVE_SENDFILE64 */
-      uint64_t offsetu64;
       off64_t offset;
 #endif /* HAVE_SENDFILE64 */
       offsetu64 = connection->response_write_position + 
connection->response->fd_off;




reply via email to

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