diff options
author | roam <roam@FreeBSD.org> | 2002-05-22 00:08:47 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2002-05-22 00:08:47 +0800 |
commit | f472c16602339159b6ec6eb18cd92a0c7722f274 (patch) | |
tree | 45434f406af273e4f016d96fc324215a8a88224c /ftp/curl/files | |
parent | 79bf2423fea1e40f35a4616a41576e633d28ac92 (diff) | |
download | freebsd-ports-gnome-f472c16602339159b6ec6eb18cd92a0c7722f274.tar.gz freebsd-ports-gnome-f472c16602339159b6ec6eb18cd92a0c7722f274.tar.zst freebsd-ports-gnome-f472c16602339159b6ec6eb18cd92a0c7722f274.zip |
Update to curl-7.9.7.
Diffstat (limited to 'ftp/curl/files')
-rw-r--r-- | ftp/curl/files/patch-src::writeout.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/curl/files/patch-src::writeout.c b/ftp/curl/files/patch-src::writeout.c new file mode 100644 index 000000000000..265ec61ad448 --- /dev/null +++ b/ftp/curl/files/patch-src::writeout.c @@ -0,0 +1,10 @@ +--- src/writeout.c.orig Tue May 21 18:27:28 2002 ++++ src/writeout.c Tue May 21 18:27:36 2002 +@@ -27,6 +27,7 @@ + #include <string.h> + + #ifdef HAVE_SYS_SELECT_H ++#include <sys/types.h> + #include <sys/select.h> + #endif + |