From 121218d0241b9dc377252808c1c7ef51e577ef5b Mon Sep 17 00:00:00 2001 From: abial Date: Tue, 29 Sep 1998 17:33:59 +0000 Subject: Make #define NO_SWAPPING a normal kernel config option. Reviewed by: jkh --- sys/vm/vm_pageout.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/vm/vm_pageout.c') diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index 441a436..a9e9cfb 100644 --- a/sys/vm/vm_pageout.c +++ b/sys/vm/vm_pageout.c @@ -65,13 +65,14 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_pageout.c,v 1.125 1998/08/24 08:39:38 dfr Exp $ + * $Id: vm_pageout.c,v 1.126 1998/09/04 08:06:57 dfr Exp $ */ /* * The proverbial page-out daemon. */ +#include "opt_vm.h" #include #include #include -- cgit v1.1