summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-01-21 09:36:23 +0000
committerdillon <dillon@FreeBSD.org>1999-01-21 09:36:23 +0000
commitf89474ca7b1daa8636ef48dd6c0e96c72e67cd7b (patch)
treec69580136b4c2fe5f2284d1f1fec42e4bd546657 /sys/vm/vm_glue.c
parentfae5210519c7b3e070544f0df4554e7c08004dff (diff)
downloadFreeBSD-src-f89474ca7b1daa8636ef48dd6c0e96c72e67cd7b.zip
FreeBSD-src-f89474ca7b1daa8636ef48dd6c0e96c72e67cd7b.tar.gz
Removed low-memory blockages at fork. This is the wrong place to put
this sort of test. We need to fix the low-memory handling in general.
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 0a3309d..19b46d8 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -59,7 +59,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_glue.c,v 1.80 1999/01/07 21:23:50 julian Exp $
+ * $Id: vm_glue.c,v 1.81 1999/01/21 08:29:10 dillon Exp $
*/
#include "opt_rlimit.h"
OpenPOWER on IntegriCloud