Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 14085 invoked by uid 6000); 4 Mar 1999 00:07:04 -0000 Received: (qmail 14068 invoked by alias); 4 Mar 1999 00:07:01 -0000 Delivered-To: apache-apr-cvs@hyperreal.org Received: (qmail 14059 invoked by uid 216); 4 Mar 1999 00:07:00 -0000 Date: 4 Mar 1999 00:07:00 -0000 Message-ID: <19990304000700.14058.qmail@hyperreal.org> From: manoj@hyperreal.org To: apache-apr-cvs@hyperreal.org Subject: cvs commit: apache-apr/pthreads/src/main http_protocol.c Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org 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) {