On Sun, 2002-12-01 at 22:54, Kyle Symonds wrote:> Just thought I'd pass this along. While trying to compile 0.99.4 the
following happens:
>
> restrict-process-size.c: In function `restrict_process_size':
> restrict-process-size.c:41: `RLIMIT_AS' undeclared (first use in this
function)
> restrict-process-size.c:41: (Each undeclared identifier is reported only
once
> restrict-process-size.c:41: for each function it appears in.)
Thanks. I thought that would have been portable since it was in UNIX98.
You could change that to RLIMIT_DATA and it should be somewhat
equilevant. I'll change it in CVS so that it does both DATA and AS if it
exists.