diff options
Diffstat (limited to 'www/curl/patches/patch-aa')
-rw-r--r-- | www/curl/patches/patch-aa | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/curl/patches/patch-aa b/www/curl/patches/patch-aa deleted file mode 100644 index 5a6e1f33e51..00000000000 --- a/www/curl/patches/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-aa,v 1.10 2005/06/12 13:43:36 jmmv Exp $ - ---- include/curl/multi.h.orig 2005-04-18 13:45:13.000000000 +0200 -+++ include/curl/multi.h -@@ -52,12 +52,7 @@ - #endif - #else - --/* HP-UX systems version 9, 10 and 11 lack sys/select.h and so does oldish -- libc5-based Linux systems. Only include it on system that are known to -- require it! */ --#if defined(_AIX) || defined(NETWARE) --#include <sys/select.h> --#endif -+__INCLUDE_SYS_SELECT_H__ - - #ifndef _WIN32_WCE - #include <sys/socket.h> |