diff options
| author | mycroft <mycroft@NetBSD.org> | 1994-05-11 04:26:17 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1994-05-11 04:26:17 +0000 |
| commit | ef8ba60d246e8039589afe6e07ec787fa35fdfdf (patch) | |
| tree | f49bf432c90724f080a1ac68686b545d46ce038e /sys/dev | |
| parent | 7e4a306f1700a51cda4c6acc5acd0776a93b3af3 (diff) | |
Device strategy functions return void again.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/vn.c | 1 | ||||
| -rw-r--r-- | sys/dev/vnd.c | 1 |
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; { |
