devfs_add_devsw() -> devfs_add_devswf modifications

Reviewed by:	julian@freebsd.org
This commit is contained in:
Marc G. Fournier 1996-03-28 14:36:48 +00:00
parent 7e40c586ed
commit 7f49be143c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14879

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 *));