Re: [PATCH] 1.3 NET_SIZE_T is socklen_t on OpenBSD

2002-09-10 Thread Jeff Trawick
Does this hold for every level of OpenBSD, or is a version check necessary? Henning Brauer [EMAIL PROTECTED] writes: Index: src/include/ap_config.h === RCS file: /cvs/src/usr.sbin/httpd/src/include/ap_config.h,v retrieving

Re: [PATCH] 1.3 NET_SIZE_T is socklen_t on OpenBSD

2002-09-10 Thread Henning Brauer
On Tue, Sep 10, 2002 at 07:12:56AM -0400, Jeff Trawick wrote: Henning Brauer [EMAIL PROTECTED] writes: +#define NET_SIZE_T socklen_t Does this hold for every level of OpenBSD, or is a version check necessary? all versions = 2.6 have socklen_t. Given that We don't support anything below 3.0

Re: [PATCH] 1.3 NET_SIZE_T is socklen_t on OpenBSD

2002-09-10 Thread Jeff Trawick
Henning Brauer wrote: On Tue, Sep 10, 2002 at 07:12:56AM -0400, Jeff Trawick wrote: Henning Brauer [EMAIL PROTECTED] writes: +#define NET_SIZE_T socklen_t Does this hold for every level of OpenBSD, or is a version check necessary? all versions = 2.6 have socklen_t. Given that We

Re: [PATCH] 1.3 NET_SIZE_T is socklen_t on OpenBSD

2002-09-10 Thread Henning Brauer
On Tue, Sep 10, 2002 at 10:05:19AM -0400, Jeff Trawick wrote: Henning Brauer wrote: On Tue, Sep 10, 2002 at 07:12:56AM -0400, Jeff Trawick wrote: Henning Brauer [EMAIL PROTECTED] writes: +#define NET_SIZE_T socklen_t Does this hold for every level of OpenBSD, or is a version check

Re: [PATCH] 1.3 NET_SIZE_T is socklen_t on OpenBSD

2002-09-10 Thread Jim Jagielski
Henning Brauer wrote: anyway, this works on -current and should do well on older releases as well. patch is hand-crufted, might not apply cleanly. --- ap_config.h.orig Tue Sep 10 17:05:11 2002 +++ ap_config.h Tue Sep 10 17:06:41 2002 @@ -692,6 +692,10 @@ #if defined __OpenBSD__

Re: [PATCH] 1.3 NET_SIZE_T is socklen_t on OpenBSD

2002-09-10 Thread Henning Brauer
On Tue, Sep 10, 2002 at 11:17:58AM -0400, Jim Jagielski wrote: Henning Brauer wrote: anyway, this works on -current and should do well on older releases as well. patch is hand-crufted, might not apply cleanly. --- ap_config.h.origTue Sep 10 17:05:11 2002 +++ ap_config.h

[PATCH] 1.3 NET_SIZE_T is socklen_t on OpenBSD

2002-09-06 Thread Henning Brauer
Index: src/include/ap_config.h === RCS file: /cvs/src/usr.sbin/httpd/src/include/ap_config.h,v retrieving revision 1.13 diff -u -r1.13 ap_config.h --- src/include/ap_config.h 19 Jul 2002 21:31:15 - 1.13 +++