summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1994-05-11 04:26:17 +0000
committermycroft <mycroft@NetBSD.org>1994-05-11 04:26:17 +0000
commitef8ba60d246e8039589afe6e07ec787fa35fdfdf (patch)
treef49bf432c90724f080a1ac68686b545d46ce038e /sys/dev
parent7e4a306f1700a51cda4c6acc5acd0776a93b3af3 (diff)
Device strategy functions return void again.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/vn.c1
-rw-r--r--sys/dev/vnd.c1
2 files changed, 2 insertions, 0 deletions
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;
{