Re: ksh: ulimit optstring

2018-01-15 Thread Jeremie Courreges-Anglas
On Sun, Jan 14 2018, Anton Lindqvist wrote: > Hi, > Stop constructing the optstring passed to ksh_getopt() for ulimit at > runtime. While here remove ifdef RLIMIT_VMEM block since it's not > defined. > > Comments? OK? Regarding RLIMIT_VMEM, APUE says it is available on FreeBSD and Solaris 9, and

ksh: ulimit optstring

2018-01-14 Thread Anton Lindqvist
Hi, Stop constructing the optstring passed to ksh_getopt() for ulimit at runtime. While here remove ifdef RLIMIT_VMEM block since it's not defined. Comments? OK? Index: c_ulimit.c === RCS file: /cvs/src/bin/ksh/c_ulimit.c,v retrievin