Fix typo in the 4.x case.

This commit is contained in:
msmith 2000-10-27 23:40:45 +00:00
parent 02095ded52
commit 0ec8035e91

View File

@ -53,7 +53,7 @@
# define bio_resid b_resid
# define BIO_ERROR B_ERROR
# define devstat_end_transaction_bio(x, y) devstat_end_transaction_buf(x, y)
# define BIO_IS_READ(x) ((x)-b_flags & B_READ)
# define BIO_IS_READ(x) ((x)->b_flags & B_READ)
#else
# include <sys/bio.h>