Stop constructing the ulimit optstring passed to ksh_getopt() at runtime since
authoranton <anton@openbsd.org>
Tue, 16 Jan 2018 20:40:43 +0000 (20:40 +0000)
committeranton <anton@openbsd.org>
Tue, 16 Jan 2018 20:40:43 +0000 (20:40 +0000)
commit2bd0d27d2ba67e461674ee1a957c1eee27e369ec
tree6588e37b44f8f8e5058fe6ad56f1c31f82c16812
parent183b4e5e08bc87a9ef89e43a582aeef5122c0b66
Stop constructing the ulimit optstring passed to ksh_getopt() at runtime since
it's rarely subject to change. While here, unifdef RLIMIT_VMEM.

ok jca@
bin/ksh/c_ulimit.c