From 6dc6d3bb7c0a263abab310ef1e4aa64a273a6c29 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Fri, 27 Oct 2000 23:40:45 +0000 Subject: [PATCH] Fix typo in the 4.x case. --- sys/dev/amr/amr_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/amr/amr_compat.h b/sys/dev/amr/amr_compat.h index c85b309b50e..50ea8047c63 100644 --- a/sys/dev/amr/amr_compat.h +++ b/sys/dev/amr/amr_compat.h @@ -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