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 any more... ;-)

You could add a #if (OpenBSD >= 199912) if you really want.

Reply via email to