From e8b2e78e4f14d329f2cdfb8ef7ed3582c71454e5 Mon Sep 17 00:00:00 2001 From: Kanoj Sarcar Date: Tue, 20 Jun 2000 23:07:31 +0000 Subject: Fix the number of open file resource limit. With the old limit, portmap would core dump as soon as someone (rpc.mountd) wanted to talk to it. --- include/asm-mips64/resource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asm-mips64') diff --git a/include/asm-mips64/resource.h b/include/asm-mips64/resource.h index 199a9a4e6..b4af33144 100644 --- a/include/asm-mips64/resource.h +++ b/include/asm-mips64/resource.h @@ -41,7 +41,7 @@ { RLIM_INFINITY, RLIM_INFINITY }, \ { _STK_LIM, RLIM_INFINITY }, \ { 0, RLIM_INFINITY }, \ - { NR_OPEN, NR_OPEN }, \ + { INR_OPEN, INR_OPEN }, \ { RLIM_INFINITY, RLIM_INFINITY }, \ { RLIM_INFINITY, RLIM_INFINITY }, \ { 0, 0 }, \ -- cgit v1.2.3