From: Matthew Dillon Date: Tue, 1 Jun 2004 20:34:01 +0000 (+0000) Subject: Add RLIMIT_POSIXLOCKS support to csh/tcsh. X-Git-Tag: v2.0.1~11214 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/51142e17fec91c70805d18ec924f9de58b8bf366 Add RLIMIT_POSIXLOCKS support to csh/tcsh. --- diff --git a/contrib/tcsh/sh.func.c b/contrib/tcsh/sh.func.c index bd253e73bd..b74b42b999 100644 --- a/contrib/tcsh/sh.func.c +++ b/contrib/tcsh/sh.func.c @@ -1854,6 +1854,10 @@ struct limits limits[] = { RLIMIT_SBSIZE, "sbsize", 1, "" }, # endif /* RLIMIT_SBSIZE */ +#ifdef RLIMIT_POSIXLOCKS + { RLIMIT_POSIXLOCKS, "posixlocks", 1, "" }, +#endif /* RLIMIT_POSIXLOCKS */ + { -1, NULL, 0, NULL } };