SCO port update for SCO OpenServer 5 and UnixWare 7. A few general cleanups

and bugs not specifically related to the port fixed along the way.
This commit is contained in:
Kean Johnson
2005-06-10 06:54:03 +00:00
parent 73c3c1850b
commit e4055c818c

View File

@@ -65,11 +65,7 @@ from The Open Group.
#endif
#ifndef OPEN_MAX
#if defined(SVR4) || defined(__UNIXOS2__)
#ifdef SCO325
#define OPEN_MAX sysconf(_SC_OPEN_MAX)
#else
#define OPEN_MAX 256
#endif
#else
#include <sys/param.h>
#ifndef OPEN_MAX