manoj 99/03/03 16:07:00
Modified: pthreads/src/main http_protocol.c
Log:
Allow the code to compile on AIX.
Revision Changes Path
1.8 +2 -2 apache-apr/pthreads/src/main/http_protocol.c
Index: http_protocol.c
===================================================================
RCS file: /home/cvs/apache-apr/pthreads/src/main/http_protocol.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -u -r1.7 -r1.8
--- http_protocol.c 1999/02/26 16:37:20 1.7
+++ http_protocol.c 1999/03/04 00:06:58 1.8
@@ -956,8 +956,8 @@
else if (rv == -1) {
ap_bclose(r->connection->client);
ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, r,
- "Timeout hasn't occured, but something is wrong,
- closing the connection.");
+ "Timeout hasn't occured, but something is wrong, "
+ "closing the connection.");
}
else {
if (filedes->revents &= POLLIN) {