devfs_add_devsw() -> devfs_add_devswf modifications
Reviewed by: julian@freebsd.org
This commit is contained in:
parent
7e40c586ed
commit
7f49be143c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14879
@ -31,7 +31,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* @(#)vm_swap.c 8.5 (Berkeley) 2/17/94
|
* @(#)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>
|
#include <sys/param.h>
|
||||||
@ -55,6 +55,10 @@
|
|||||||
#include <vm/swap_pager.h>
|
#include <vm/swap_pager.h>
|
||||||
|
|
||||||
#include <miscfs/specfs/specdev.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 *));
|
static void swstrategy __P((struct buf *));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user