summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_unix.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-10-07 19:02:56 +0000
committerdg <dg@FreeBSD.org>1995-10-07 19:02:56 +0000
commitbf6129211c1a1ff5fbcd16d2b72f52804fd85498 (patch)
tree25fe1e7d143794d5fda8ce24efd92b1497ba0779 /sys/vm/vm_unix.c
parent6265a3bb38f222a8b8d7a444d36e9d6d56ef2126 (diff)
downloadFreeBSD-src-bf6129211c1a1ff5fbcd16d2b72f52804fd85498.zip
FreeBSD-src-bf6129211c1a1ff5fbcd16d2b72f52804fd85498.tar.gz
Fix argument passing to the "freeer" routine. Added some prototypes. (bde)
Moved extern declaration of swap_pager_full into swap_pager.h and out of the various files that reference it. (davidg) Submitted by: bde & davidg
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 51f5061..a7c922d 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;
OpenPOWER on IntegriCloud