summaryrefslogtreecommitdiff
path: root/sys/vm/vm_unix.c
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-10-07 19:02:56 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-10-07 19:02:56 +0000
commitcd41fc123ea3ae3bdc43c65f4fcdeb07f27059f8 (patch)
tree25fe1e7d143794d5fda8ce24efd92b1497ba0779 /sys/vm/vm_unix.c
parent3dff9b4169bbb218d30f6473a295b1a81e60c0cf (diff)
Notes
Diffstat (limited to 'sys/vm/vm_unix.c')
-rw-r--r--sys/vm/vm_unix.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c
index 51f50616880d..a7c922d5d4a2 100644
--- a/sys/vm/vm_unix.c
+++ b/sys/vm/vm_unix.c
@@ -38,7 +38,7 @@
* from: Utah $Hdr: vm_unix.c 1.1 89/11/07$
*
* @(#)vm_unix.c 8.1 (Berkeley) 6/11/93
- * $Id: vm_unix.c,v 1.4 1995/01/09 16:05:59 davidg Exp $
+ * $Id: vm_unix.c,v 1.5 1995/02/20 17:36:36 davidg Exp $
*/
/*
@@ -50,8 +50,7 @@
#include <sys/resourcevar.h>
#include <vm/vm.h>
-
-extern int swap_pager_full;
+#include <vm/swap_pager.h>
struct obreak_args {
char *nsiz;