get rid of maxdmap, and seperate MAXDSIZ and MAXSSIZ in rlimit checking.

This commit is contained in:
cgd 1993-09-04 00:37:54 +00:00
parent 4475f55d8f
commit 6a474f29e2
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
revision 1.8 intentionally removed
revision 1.9 intentionally removed

View File

@ -73,7 +73,6 @@
#include "vm_kern.h"
int avefree = 0; /* XXX */
unsigned maxdmap = MAXDSIZ; /* XXX */
int readbuffers = 0; /* XXX allow kgdb to read kernel buffer pool */
kernacc(addr, len, rw)