gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 16/173: curl: remove superfluous include file


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 16/173: curl: remove superfluous include file
Date: Fri, 24 Feb 2017 14:00:38 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.53.1
in repository gnurl.

commit aa6db9642e8044a14ccffa31b4933463d9c02ff0
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Dec 27 22:02:14 2016 +0100

    curl: remove superfluous include file
    
    The <netinet/tcp.h> is a leftover from the past when TCP socket options
    were set in this file. This include causes build issues on AIX 4.3.
    
    Reported-by: Kim Minjoong
    
    Closes #1178
---
 src/tool_operate.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/tool_operate.c b/src/tool_operate.c
index 54a11f653..26662aec5 100644
--- a/src/tool_operate.c
+++ b/src/tool_operate.c
@@ -35,10 +35,6 @@
 #  include <locale.h>
 #endif
 
-#ifdef HAVE_NETINET_TCP_H
-#  include <netinet/tcp.h>
-#endif
-
 #ifdef __VMS
 #  include <fabdef.h>
 #endif

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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