Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 64632 invoked from network); 12 May 2002 01:10:11 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 12 May 2002 01:10:11 -0000 Received: (qmail 13310 invoked by uid 97); 12 May 2002 01:10:00 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 13294 invoked by uid 97); 12 May 2002 01:10:00 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 13283 invoked by uid 97); 12 May 2002 01:09:59 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 12 May 2002 01:09:46 -0000 Message-ID: <20020512010946.65581.qmail@icarus.apache.org> From: nacho@apache.org To: jakarta-tomcat-connectors-cvs@apache.org Subject: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_un.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N nacho 02/05/11 18:09:46 Modified: jk/native2/common jk_channel_un.c Log: * Fixed the build on non HAVE_UNIXSOCKETS OSes Revision Changes Path 1.4 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_channel_un.c Index: jk_channel_un.c =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_channel_un.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jk_channel_un.c 11 May 2002 00:03:53 -0000 1.3 +++ jk_channel_un.c 12 May 2002 01:09:46 -0000 1.4 @@ -397,7 +397,7 @@ { env->l->jkLog( env, env->l, JK_LOG_ERROR, "channelUn.factory(): Support for unix sockets is disabled, " - "you need to set HAVE_UNIXSOCKETS at compile time\n", + "you need to set HAVE_UNIXSOCKETS at compile time\n"); return JK_FALSE; } #endif -- To unsubscribe, e-mail: For additional commands, e-mail: