Use getrlimit() instead of vlimit(), like BSD/OS and OSF/1 do.

This commit is contained in:
thorpej 1996-01-01 19:40:48 +00:00
parent e7cf87f5dc
commit 2583d55c05

View File

@ -24,7 +24,7 @@ Cambridge, MA 02139, USA. */
#include <sys/resource.h>
#endif
#ifdef __bsdi__
#if defined(__bsdi__) && defined(__NetBSD__)
#define BSD4_2
#endif