summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-02-14 06:11:21 +0000
committerphk <phk@FreeBSD.org>1995-02-14 06:11:21 +0000
commitdfe50765897bc20e0f06b558b2fdc15c07afcb3e (patch)
tree19d0fb26f0b06e879e9c7e4df14ff211a876532b /sys/vm/vm_glue.c
parent375883d9c177ca5fd2897b7190ac905e7c293f92 (diff)
downloadFreeBSD-src-dfe50765897bc20e0f06b558b2fdc15c07afcb3e.zip
FreeBSD-src-dfe50765897bc20e0f06b558b2fdc15c07afcb3e.tar.gz
YF Fix.
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 65dab97..f8e290a 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.13 1995/01/24 10:12:39 davidg Exp $
+ * $Id: vm_glue.c,v 1.14 1995/02/02 09:08:26 davidg Exp $
*/
#include <sys/param.h>
@@ -421,9 +421,7 @@ swapout_threads()
register struct proc *p;
struct proc *outp, *outp2;
int outpri, outpri2;
- int tpri;
int didswap = 0;
- extern int maxslp;
outp = outp2 = NULL;
outpri = outpri2 = INT_MIN;
OpenPOWER on IntegriCloud