diff options
Diffstat (limited to 'sys/vm/vm_swap.c')
-rw-r--r-- | sys/vm/vm_swap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c index 48741af..a79a8e2 100644 --- a/sys/vm/vm_swap.c +++ b/sys/vm/vm_swap.c @@ -71,7 +71,7 @@ static int nswap; /* first block after the interleaved devs */ int nswdev = NSWAPDEV; int vm_swap_size; -static int swapdev_strategy __P((struct vop_strategy_args *ap)); +static int swapdev_strategy(struct vop_strategy_args *ap); struct vnode *swapdev_vp; /* |