devfs_add_devsw() -> devfs_add_devswf modifications

Reviewed by:	julian@freebsd.org
This commit is contained in:
scrappy 1996-03-28 14:36:48 +00:00
parent cb77084a4b
commit 4b6dc6c604

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vm_swap.c 8.5 (Berkeley) 2/17/94
* $Id: vm_swap.c,v 1.35 1996/03/03 21:11:08 dyson Exp $
* $Id: vm_swap.c,v 1.36 1996/03/27 20:09:26 bde Exp $
*/
#include <sys/param.h>
@ -55,6 +55,10 @@
#include <vm/swap_pager.h>
#include <miscfs/specfs/specdev.h>
#ifdef DEVFS
#include <sys/devfsext.h>
static void *drum_devfs_token;
#endif /*DEVFS*/
static void swstrategy __P((struct buf *));