2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

1288. [port] Openserver: the value FD_SETSIZE depends on whether

<sys/param.h> is included or not.  Be consistant.
This commit is contained in:
Mark Andrews
2002-05-10 06:41:55 +00:00
parent 34e5a08809
commit 26cf4737b3
4 changed files with 13 additions and 3 deletions

View File

@@ -15,10 +15,11 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: app.c,v 1.47 2001/11/30 01:59:40 gson Exp $ */
/* $Id: app.c,v 1.48 2002/05/10 06:41:54 marka Exp $ */
#include <config.h>
#include <sys/param.h> /* Openserver 5.0.6A and FD_SETSIZE */
#include <sys/types.h>
#include <stddef.h>