Up limit of available user file descriptors (e.g. for redirections) to 32
authorniklas <niklas@openbsd.org>
Wed, 18 Dec 1996 18:28:37 +0000 (18:28 +0000)
committerniklas <niklas@openbsd.org>
Wed, 18 Dec 1996 18:28:37 +0000 (18:28 +0000)
bin/ksh/sh.h
bin/pdksh/sh.h

index b05a49d..9ae4ffb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sh.h,v 1.3 1996/10/01 02:05:47 downsj Exp $   */
+/*     $OpenBSD: sh.h,v 1.4 1996/12/18 18:28:37 niklas Exp $   */
 
 /*
  * Public Domain Bourne/Korn shell
@@ -334,7 +334,7 @@ typedef int bool_t;
 /* Table flag type - needs > 16 and < 32 bits */
 typedef INT32 Tflag;
 
-#define        NUFILE  10              /* Number of user-accessible files */
+#define        NUFILE  32              /* Number of user-accessible files */
 #define        FDBASE  10              /* First file usable by Shell */
 
 /* you're not going to run setuid shell scripts, are you? */
index b05a49d..9ae4ffb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sh.h,v 1.3 1996/10/01 02:05:47 downsj Exp $   */
+/*     $OpenBSD: sh.h,v 1.4 1996/12/18 18:28:37 niklas Exp $   */
 
 /*
  * Public Domain Bourne/Korn shell
@@ -334,7 +334,7 @@ typedef int bool_t;
 /* Table flag type - needs > 16 and < 32 bits */
 typedef INT32 Tflag;
 
-#define        NUFILE  10              /* Number of user-accessible files */
+#define        NUFILE  32              /* Number of user-accessible files */
 #define        FDBASE  10              /* First file usable by Shell */
 
 /* you're not going to run setuid shell scripts, are you? */