summaryrefslogtreecommitdiff
path: root/ftp/curl/files/patch-lib::select.c
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2005-03-12 02:36:52 +0000
committerPeter Pentchev <roam@FreeBSD.org>2005-03-12 02:36:52 +0000
commitdb0b512f742c0f20159c2f14cef40c1e29aafed4 (patch)
tree2a86f33d131c0e1e1c5552a31cc0c2d85fe11445 /ftp/curl/files/patch-lib::select.c
parentDrop maintainership (diff)
Update to curl 7.13.1, which also takes care of the recent security
issue.
Diffstat (limited to '')
-rw-r--r--ftp/curl/files/patch-lib::select.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/ftp/curl/files/patch-lib::select.c b/ftp/curl/files/patch-lib::select.c
deleted file mode 100644
index de3e74ea85ce..000000000000
--- a/ftp/curl/files/patch-lib::select.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- lib/select.c.orig Tue Dec 21 09:06:14 2004
-+++ lib/select.c Tue Dec 21 09:06:27 2004
-@@ -23,11 +23,11 @@
-
- #include "setup.h"
-
--#ifdef HAVE_SYS_SELECT_H
--#include <sys/select.h>
--#endif
- #ifdef HAVE_SYS_TYPES_H
- #include <sys/types.h>
-+#endif
-+#ifdef HAVE_SYS_SELECT_H
-+#include <sys/select.h>
- #endif
-
- #ifdef HAVE_SYS_TIME_H