From 45819c57526b34978f4b9ec0ad4a8bc81dd9974f Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Tue, 18 Oct 2011 21:46:12 +0200 Subject: [PATCH] Remove double include; fcnctl seems to be around in several locations. --- libcitadel/lib/stringbuf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libcitadel/lib/stringbuf.c b/libcitadel/lib/stringbuf.c index 466bb2c32..795dd604d 100644 --- a/libcitadel/lib/stringbuf.c +++ b/libcitadel/lib/stringbuf.c @@ -30,7 +30,6 @@ #define SHOW_ME_VAPPEND_PRINTF #include #ifndef LINUX_SENDFILE -#include #include #endif #include "libcitadel.h" @@ -3842,7 +3841,6 @@ int FileRecvChunked(FDIOBuffer *FDB, const char **Err) #ifdef LINUX_SENDFILE ssize_t sent, pipesize; - long foo = 0; pipesize = splice(FDB->IOB->fd, NULL, FDB->SplicePipe[1], NULL, -- 2.30.2