diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-14 14:41:53 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-14 14:41:53 +0000 |
commit | 1e06305cee2a644e3da6860829f28ef0228803f9 (patch) | |
tree | f1cc7f550592cd8692d15dd58da530e9851c6e06 /www/lighttpd/files/patch-src__connections.c | |
parent | Update to the 20070413 snapshot of GCC 4.3.0. (diff) |
- Update to 1.4.15
PR: 111552
Submitted by: Gea-Suan Lin <gslin___gslin.org>
Notes
Notes:
svn path=/head/; revision=189953
Diffstat (limited to 'www/lighttpd/files/patch-src__connections.c')
-rw-r--r-- | www/lighttpd/files/patch-src__connections.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/lighttpd/files/patch-src__connections.c b/www/lighttpd/files/patch-src__connections.c deleted file mode 100644 index 56f4243218e0..000000000000 --- a/www/lighttpd/files/patch-src__connections.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/connections.c.orig 2007-01-05 10:56:08.000000000 -0800 -+++ src/connections.c 2007-01-05 10:56:23.000000000 -0800 -@@ -970,7 +970,7 @@ - } - } else { - /* a splited \r \n */ -- return -1; -+ break; - } - } - } |