svn commit: r194466 - user/kmacy/releng_7_2_fcs/lib/libstand

Kip Macy kmacy at FreeBSD.org
Thu Jun 18 22:41:43 UTC 2009


Author: kmacy
Date: Thu Jun 18 22:41:43 2009
New Revision: 194466
URL: http://svn.freebsd.org/changeset/base/194466

Log:
  increase number of file descriptors for the loader

Modified:
  user/kmacy/releng_7_2_fcs/lib/libstand/   (props changed)
  user/kmacy/releng_7_2_fcs/lib/libstand/stand.h

Modified: user/kmacy/releng_7_2_fcs/lib/libstand/stand.h
==============================================================================
--- user/kmacy/releng_7_2_fcs/lib/libstand/stand.h	Thu Jun 18 22:33:03 2009	(r194465)
+++ user/kmacy/releng_7_2_fcs/lib/libstand/stand.h	Thu Jun 18 22:41:43 2009	(r194466)
@@ -167,7 +167,7 @@ struct open_file {
 #define SOPEN_RASIZE	512
 };
 
-#define	SOPEN_MAX	8
+#define	SOPEN_MAX	64
 extern struct open_file files[];
 
 /* f_flags values */


More information about the svn-src-user mailing list