Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2009 22:41:43 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r194466 - user/kmacy/releng_7_2_fcs/lib/libstand
Message-ID:  <200906182241.n5IMfh1L024097@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906182241.n5IMfh1L024097>