summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKean Johnson <kean@armory.com>2005-06-10 06:54:03 +0000
committerKean Johnson <kean@armory.com>2005-06-10 06:54:03 +0000
commite4055c818c5f5cd441334f98defff4a178df3014 (patch)
treeb44f43b81143d9edcdd17fac283cd8a8c07e9aed
parent73c3c1850bc5ba1b0d42b2a9d4f3f5593bfbfd02 (diff)
downloadxorg-lib-libXfont-sco_port_update.tar.gz
SCO port update for SCO OpenServer 5 and UnixWare 7. A few general cleanupssco_port_update
and bugs not specifically related to the port fixed along the way.
-rw-r--r--src/fc/fslibos.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fc/fslibos.h b/src/fc/fslibos.h
index 8d3ff55..fd634a0 100644
--- a/src/fc/fslibos.h
+++ b/src/fc/fslibos.h
@@ -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