From 8f52148e8919e8fcf631552dbd908c884656ec71 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 22 Nov 1999 15:17:59 +0000 Subject: [PATCH] Isolate the swapdev_vp "not quite" vnode in the only source file which needs it now that /dev/drum is gone. Reviewed by: eivind, peter --- sys/sys/systm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/sys/systm.h b/sys/sys/systm.h index f98a40fbfb0..0e7e35d8270 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -70,8 +70,6 @@ extern dev_t rootdevs[2]; /* possible root devices */ extern char *rootdevnames[2]; /* names of possible root devices */ extern struct vnode *rootvp; /* vnode equivalent to above */ -extern struct vnode *swapdev_vp;/* vnode for swap device */ - extern int boothowto; /* reboot flags, from console subsystem */ extern int bootverbose; /* nonzero to print verbose messages */