diff options
| author | Brian Feldman <green@FreeBSD.org> | 1999-10-09 20:47:59 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 1999-10-09 20:47:59 +0000 |
| commit | 6b3ced11a2b9225041e40efc39c5ffbcda94dab1 (patch) | |
| tree | 5125c6f79d57e23f0d5dd15fbc6dbc80bb5c27a1 /bin | |
| parent | ecf723083f6d5f8b90010e9d0b0dae93c9c1780c (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/csh/func.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/csh/func.c b/bin/csh/func.c index 070fc84754de..2a1b80258c54 100644 --- a/bin/csh/func.c +++ b/bin/csh/func.c @@ -1142,6 +1142,7 @@ static struct limits { { RLIMIT_MEMLOCK, "memorylocked", 1024, "kbytes" }, { RLIMIT_NPROC, "maxproc", 1, "" }, { RLIMIT_NOFILE, "openfiles", 1, "" }, + { RLIMIT_SBSIZE, "sbsize ", 1, "bytes" }, { -1, NULL, 0, NULL } }; |
