From ef8ba60d246e8039589afe6e07ec787fa35fdfdf Mon Sep 17 00:00:00 2001 From: mycroft Date: Wed, 11 May 1994 04:26:17 +0000 Subject: Device strategy functions return void again. --- sys/dev/vn.c | 1 + sys/dev/vnd.c | 1 + 2 files changed, 2 insertions(+) (limited to 'sys/dev') diff --git a/sys/dev/vn.c b/sys/dev/vn.c index e1e4e3005ba..fb67d8a6898 100644 --- a/sys/dev/vn.c +++ b/sys/dev/vn.c @@ -172,6 +172,7 @@ vnclose(dev, flags, mode, p) * Note that this driver can only be used for swapping over NFS on the hp * since nfs_strategy on the vax cannot handle u-areas and page tables. */ +void vnstrategy(bp) register struct buf *bp; { diff --git a/sys/dev/vnd.c b/sys/dev/vnd.c index e1e4e3005ba..fb67d8a6898 100644 --- a/sys/dev/vnd.c +++ b/sys/dev/vnd.c @@ -172,6 +172,7 @@ vnclose(dev, flags, mode, p) * Note that this driver can only be used for swapping over NFS on the hp * since nfs_strategy on the vax cannot handle u-areas and page tables. */ +void vnstrategy(bp) register struct buf *bp; { -- cgit