summaryrefslogtreecommitdiff
path: root/www/pserv/files/patch-handlers.c
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-08 16:15:40 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-08 16:15:40 +0000
commitb68900d3dcb026495e6bc205991815e5b0a1e471 (patch)
tree4978c08cd49aa436d7b9b43d178f38f1946b806c /www/pserv/files/patch-handlers.c
parent- Update to version 8.13 (diff)
- Update to version 3.0.b3
PR: 61065 Submitted by: ale (maintainer)
Diffstat (limited to '')
-rw-r--r--www/pserv/files/patch-handlers.c21
1 files changed, 2 insertions, 19 deletions
diff --git a/www/pserv/files/patch-handlers.c b/www/pserv/files/patch-handlers.c
index 9339502572f6..9f232cc89b24 100644
--- a/www/pserv/files/patch-handlers.c
+++ b/www/pserv/files/patch-handlers.c
@@ -1,5 +1,5 @@
---- handlers.c.orig Mon Oct 20 10:27:32 2003
-+++ handlers.c Tue Oct 21 00:13:59 2003
+--- sources/handlers.c.orig Mon Oct 20 10:27:32 2003
++++ sources/handlers.c Tue Oct 21 00:13:59 2003
@@ -24,6 +24,7 @@
#endif
@@ -295,20 +295,3 @@
fatal = NO;
retry = NO;
while(!feof(inFile) && !fatal)
-@@ -408,11 +659,11 @@
- if (howMany > 0)
- {
- #ifdef ON_THE_FLY_CONVERSION
-- {
-- int i;
-- for (i = 0; i < howMany; i++)
-- if(outBuff[i] == '\r') outBuff[i] = '\n';
-- }
-+ {
-+ int i;
-+ for (i = 0; i < howMany; i++)
-+ if(outBuff[i] == '\r') outBuff[i] = '\n';
-+ }
- #endif
- if (send(sock, outBuff, howMany, 0) < 0)
- {