[SPARC]: Kill CHILD_MAX.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 23 Dec 2005 07:04:39 +0000 (23:04 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 23 Dec 2005 07:10:03 +0000 (23:10 -0800)
It's definition is wrong (-1 means "no limit" not 999),
only the Sparc SunOS/Solaris compat code uses it, so
let's just kill it off completely from limits.h and
all referencing code.

Noticed by Ulrich Drepper.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found