diff options
| author | Andrzej Bialecki <abial@FreeBSD.org> | 1998-09-29 17:33:59 +0000 |
|---|---|---|
| committer | Andrzej Bialecki <abial@FreeBSD.org> | 1998-09-29 17:33:59 +0000 |
| commit | faa5f8d8da352e425d6d4593165fcbd7a8657f52 (patch) | |
| tree | e0d305046a8594d0586577c4959772f1a39039ca /sys/vm | |
| parent | c796cfa18aa1ac9a8f7b2a924c3e25fbbcaab578 (diff) | |
Notes
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/vm_glue.c | 3 | ||||
| -rw-r--r-- | sys/vm/vm_pageout.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 0e78a8a63acd..329f18896b64 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -59,10 +59,11 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_glue.c,v 1.74 1998/02/09 06:11:24 eivind Exp $ + * $Id: vm_glue.c,v 1.75 1998/03/04 10:27:00 dufault Exp $ */ #include "opt_rlimit.h" +#include "opt_vm.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index 441a43667c9a..a9e9cfbe1df5 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 <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> |
