1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Fix typo in the 4.x case.

This commit is contained in:
Mike Smith 2000-10-27 23:40:45 +00:00
parent d16b567379
commit 6dc6d3bb7c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67739

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>