Subject: Re: FD_SETSIZE in sys/types.h
To: Michael Graff <explorer@flame.org>
From: Mark W. Eichin <eichin@kitten.gen.ma.us>
List: current-users
Date: 05/30/1996 23:18:24
> Is the accepted method to
> 	#define FD_SETSIZE 1024
> before including sys/types.h?  Will things break if that size were

In fact, I've seen that technique *documented*, as far back as 4.3,
maybe even 4.2 (or maybe not, 4.2 still used int*...) Check the select
man page.