diff options
author | 2013-11-21 01:16:52 +0000 | |
---|---|---|
committer | 2013-11-21 01:16:52 +0000 | |
commit | 84142c07553a5fa939d21d02e5934c5ba63cd36a (patch) | |
tree | 4bb8e40974fedebd50048f355d7e91fbad25ced0 | |
parent | Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com" (diff) | |
download | wireguard-openbsd-84142c07553a5fa939d21d02e5934c5ba63cd36a.tar.xz wireguard-openbsd-84142c07553a5fa939d21d02e5934c5ba63cd36a.zip |
remove #define b_errcnt b_resid. nothing uses it, and nothing should.
-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. |