diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2013-11-21 01:16:53 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2013-11-21 01:16:53 +0000 |
commit | 294c3d4b5aa249a853c1c2e59aef2a15e6254f61 (patch) | |
tree | f86cd98129f7351553c49d0069e3b92d35629931 /sys | |
parent | 27261c23966b58945b64d20e9c5a0b090a673746 (diff) |
remove #define b_errcnt b_resid. nothing uses it, and nothing should.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/buf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/buf.h b/sys/sys/buf.h index eeb1ef99244..5a9b91689a0 100644 --- a/sys/sys/buf.h +++ b/sys/sys/buf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: buf.h,v 1.92 2013/11/21 00:13:33 dlg Exp $ */ +/* $OpenBSD: buf.h,v 1.93 2013/11/21 01:16:52 dlg Exp $ */ /* $NetBSD: buf.h,v 1.25 1997/04/09 21:12:17 mycroft Exp $ */ /* @@ -189,7 +189,6 @@ struct buf { /* Device driver compatibility definitions. */ #define b_active b_bcount /* Driver queue head: drive active. */ -#define b_errcnt b_resid /* Retry count while I/O in progress. */ /* * These flags are kept in b_flags. |