mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo in the 4.x case.
This commit is contained in:
parent
d16b567379
commit
6dc6d3bb7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue