summaryrefslogtreecommitdiff
path: root/devel/libevent/files/patch-http.c
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2007-04-06 18:27:08 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2007-04-06 18:27:08 +0000
commitafa293e55916a2c9d886737a87ae770671e47bf8 (patch)
tree464ece6c28f151ca78cfbafa1a7210cf08afdd0f /devel/libevent/files/patch-http.c
parent- Update to 0.3.2 (diff)
- Update to 1.3b
PR: 109923 Submitted by: Gea-Suan Lin <gslin___gslin.org>
Notes
Notes: svn path=/head/; revision=189392
Diffstat (limited to 'devel/libevent/files/patch-http.c')
-rw-r--r--devel/libevent/files/patch-http.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/libevent/files/patch-http.c b/devel/libevent/files/patch-http.c
deleted file mode 100644
index 698389f22e0e..000000000000
--- a/devel/libevent/files/patch-http.c
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# Fix build with old gcc
-#
---- http.c.orig Sat Dec 2 19:30:04 2006
-+++ http.c Mon Dec 4 11:17:38 2006
-@@ -518,6 +518,7 @@
- evhttp_connection_done(struct evhttp_connection *evcon)
- {
- struct evhttp_request *req = TAILQ_FIRST(&evcon->requests);
-+ int need_close;
-
- /*
- * if this is an incoming connection, we need to leave the request
-@@ -527,7 +528,7 @@
- TAILQ_REMOVE(&evcon->requests, req, next);
- req->evcon = NULL;
-
-- int need_close =
-+ need_close =
- evhttp_is_connection_close(req->input_headers) ||
- evhttp_is_connection_close(req->output_headers);
-