rpms/hdf/FC-6 hdf-4.2r1p4-maxavailfiles.patch,1.1,1.2

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Fri Apr 20 21:37:39 UTC 2007


Author: orion

Update of /cvs/extras/rpms/hdf/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19248

Modified Files:
	hdf-4.2r1p4-maxavailfiles.patch 
Log Message:
More open files


hdf-4.2r1p4-maxavailfiles.patch:

Index: hdf-4.2r1p4-maxavailfiles.patch
===================================================================
RCS file: /cvs/extras/rpms/hdf/FC-6/hdf-4.2r1p4-maxavailfiles.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hdf-4.2r1p4-maxavailfiles.patch	20 Apr 2007 21:20:41 -0000	1.1
+++ hdf-4.2r1p4-maxavailfiles.patch	20 Apr 2007 21:36:58 -0000	1.2
@@ -5,7 +5,7 @@
  /* Maximum number of files can be opened at one time; subtract 3 from
     the system allowed to account for stdin, stdout, and stderr */
 -#define MAX_AVAIL_OPENFILES          (MAX_SYS_OPENFILES - 3)
-+#define MAX_AVAIL_OPENFILES          (MAX_SYS_OPENFILES - 10)
++#define MAX_AVAIL_OPENFILES          (MAX_SYS_OPENFILES - 12)
  
  static int _ncdf = 0 ; /*  high water mark on open cdf's */
  static NC **_cdfs;




More information about the scm-commits mailing list