mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 17:31:43 +01:00
Remove some old compatibility names.
This commit is contained in:
parent
6704a50967
commit
18acc00c6d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18910
@ -36,7 +36,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)buf.h 8.9 (Berkeley) 3/30/95
|
||||
* $Id: buf.h,v 1.32 1996/05/03 20:56:09 phk Exp $
|
||||
* $Id: buf.h,v 1.33 1996/09/06 05:35:00 gibbs Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_BUF_H_
|
||||
@ -108,11 +108,7 @@ struct buf {
|
||||
};
|
||||
|
||||
/* Device driver compatibility definitions. */
|
||||
#define b_active b_bcount /* Driver queue head: drive active. */
|
||||
#define b_data b_un.b_addr /* b_un.b_addr is not changeable. */
|
||||
#define b_errcnt b_resid /* Retry count while I/O in progress. */
|
||||
#define iodone biodone /* Old name for biodone. */
|
||||
#define iowait biowait /* Old name for biowait. */
|
||||
|
||||
/*
|
||||
* These flags are kept in b_flags.
|
||||
|
@ -36,7 +36,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)buf.h 8.9 (Berkeley) 3/30/95
|
||||
* $Id: buf.h,v 1.32 1996/05/03 20:56:09 phk Exp $
|
||||
* $Id: buf.h,v 1.33 1996/09/06 05:35:00 gibbs Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_BUF_H_
|
||||
@ -108,11 +108,7 @@ struct buf {
|
||||
};
|
||||
|
||||
/* Device driver compatibility definitions. */
|
||||
#define b_active b_bcount /* Driver queue head: drive active. */
|
||||
#define b_data b_un.b_addr /* b_un.b_addr is not changeable. */
|
||||
#define b_errcnt b_resid /* Retry count while I/O in progress. */
|
||||
#define iodone biodone /* Old name for biodone. */
|
||||
#define iowait biowait /* Old name for biowait. */
|
||||
|
||||
/*
|
||||
* These flags are kept in b_flags.
|
||||
|
Loading…
Reference in New Issue
Block a user