Hi,

While reading some documentation I noticed some POSIX limits could be
updated.

It's been in Net and Free since a while.

http://www.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html

Index: limits.h
==================================================
RCS file: /cvs/openbsd/src/include/limits.h,v
retrieving revision 1.15
diff -u -r1.15 limits.h
--- limits.h    10 Feb 2008 09:59:54 -0000    1.15
+++ limits.h    27 Jul 2009 22:42:06 -0000
@@ -44,8 +44,8 @@
 #define    _POSIX_MAX_CANON    255
 #define    _POSIX_MAX_INPUT    255
 #define    _POSIX_NAME_MAX        14
-#define    _POSIX_NGROUPS_MAX    0
-#define    _POSIX_OPEN_MAX        16
+#define    _POSIX_NGROUPS_MAX    8
+#define    _POSIX_OPEN_MAX        20
 #define    _POSIX_PATH_MAX        256
 #define _POSIX_PIPE_BUF        512
 #define    _POSIX_RE_DUP_MAX    255

Reply via email to