From 36ab7479d02ae9dad4e124606a28f81d620eec1f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 17 Jul 2007 04:03:49 -0700 Subject: [PATCH] --- yaml --- r: 60767 b: refs/heads/master c: 77293034696e3e0b6c8b8fc1f96be091104b3d2b h: refs/heads/master i: 60765: 07cb7afd40b9a0eec612d17b1bdfb08bca764778 60763: 04a52aa14e6b92f10a592c3f9b5ed048ab3bab40 60759: 283e574386d5dbe5a8e11bf9f78a45ad51cf10de 60751: 29e68c0700571de3f859527eb2145497402ffb87 60735: ed90eb4721428149b1d564d58b39c8c25ec88211 v: v3 --- [refs] | 2 +- trunk/include/linux/limits.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c7d10ed3d740..8ea12ef0df1b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c09edd6eba683741bb8aa8e388a2bfaf1c1a28f9 +refs/heads/master: 77293034696e3e0b6c8b8fc1f96be091104b3d2b diff --git a/trunk/include/linux/limits.h b/trunk/include/linux/limits.h index eaf2e099f125..c4b4e579c01d 100644 --- a/trunk/include/linux/limits.h +++ b/trunk/include/linux/limits.h @@ -6,7 +6,6 @@ #define NGROUPS_MAX 65536 /* supplemental group IDs are available */ #define ARG_MAX 131072 /* # bytes of args + environ for exec() */ #define CHILD_MAX 999 /* no limit :-) */ -#define OPEN_MAX 256 /* # open files a process may have */ #define LINK_MAX 127 /* # links a file may have */ #define MAX_CANON 255 /* size of the canonical input queue */ #define MAX_INPUT 255 /* size of the type-ahead buffer */