From: Philip Homburg Date: Mon, 24 Oct 2005 13:51:02 +0000 (+0000) Subject: More filedescriptors X-Git-Tag: v3.1.2a~548 X-Git-Url: http://zhaoyanbai.com/repos/html/index.html?a=commitdiff_plain;h=1de4b3a4264e47ee864348f8a0d88c79fd23d719;p=minix.git More filedescriptors --- diff --git a/include/limits.h b/include/limits.h index 38b08c4db..55799f24c 100755 --- a/include/limits.h +++ b/include/limits.h @@ -67,7 +67,7 @@ #define ARG_MAX 4096 /* args + environ on small machines */ #endif #define CHILD_MAX _NO_LIMIT /* MINIX does not limit children */ -#define OPEN_MAX 20 /* # open files a process may have */ +#define OPEN_MAX 30 /* # open files a process may have */ #if 0 /* V1 file system */ #define LINK_MAX CHAR_MAX /* # links a file may have */ #else /* V2 or better file system */