Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 22611 invoked from network); 18 Jun 2004 12:35:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Jun 2004 12:35:41 -0000 Received: (qmail 18036 invoked by uid 500); 18 Jun 2004 12:35:27 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 17497 invoked by uid 500); 18 Jun 2004 12:35:19 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 17120 invoked by uid 99); 18 Jun 2004 12:35:12 -0000 Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.27.1) with SMTP; Fri, 18 Jun 2004 05:35:12 -0700 Received: (qmail 4276 invoked by uid 50); 18 Jun 2004 12:36:18 -0000 Date: 18 Jun 2004 12:36:18 -0000 Message-ID: <20040618123618.4275.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 29670] New: - #define FD_SETSIZE in ./os/tpf/os.h has no effect X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=29670 #define FD_SETSIZE in ./os/tpf/os.h has no effect Summary: #define FD_SETSIZE in ./os/tpf/os.h has no effect Product: Apache httpd-2.0 Version: 2.0-HEAD Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: bugs@httpd.apache.org ReportedBy: Hartmut.Keil@adnovum.ch FD_SETSIZE has to defined first in ./os/tpf/os.h. See patch: Index: httpd-2.X//os/tpf/os.h =================================================================== RCS file: /opt/projects/CVSROOT/navajo/src/org/apache/httpd-2.X/os/tpf/os.h,v retrieving revision 1.3 diff -c -r1.3 os.h *** httpd-2.X//os/tpf/os.h 2004/03/19 16:08:17 1.3 --- httpd-2.X//os/tpf/os.h 2004/06/18 12:17:46 *************** *** 28,39 **** * and prototypes of OS specific functions defined in os.c or os-inline.c */ #include "apr.h" #include "ap_config.h" #include #ifndef __strings_h - #define FD_SETSIZE 2048 typedef long fd_mask; --- 28,40 ---- * and prototypes of OS specific functions defined in os.c or os-inline.c */ + #define FD_SETSIZE 2048 + #include "apr.h" #include "ap_config.h" #include #ifndef __strings_h typedef long fd_mask; --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org