eeab993
--- 4.2r1-hrepack-p4/mfhdf/libsrc/file.c.maxavailfiles	2007-04-20 12:21:12.000000000 -0600
eeab993
+++ 4.2r1-hrepack-p4/mfhdf/libsrc/file.c	2007-04-20 12:21:50.000000000 -0600
eeab993
@@ -31,7 +31,7 @@
eeab993
 
eeab993
 /* Maximum number of files can be opened at one time; subtract 3 from
eeab993
    the system allowed to account for stdin, stdout, and stderr */
eeab993
-#define MAX_AVAIL_OPENFILES          (MAX_SYS_OPENFILES - 3)
eeab993
+#define MAX_AVAIL_OPENFILES          (MAX_SYS_OPENFILES - 10)
eeab993
 
eeab993
 static int _ncdf = 0 ; /*  high water mark on open cdf's */
eeab993
 static NC **_cdfs;