summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-10-13 14:36:37 +0000
committerphk <phk@FreeBSD.org>1996-10-13 14:36:37 +0000
commit395dbdd9aa5124712f0aa6e3351ba372f58179a5 (patch)
tree6cefcecdf3b8f2a0c0c00d7ba5aab846b9a1a4b3 /sys
parent5e32107105f57b751b11d7a664097506632699e0 (diff)
downloadFreeBSD-src-395dbdd9aa5124712f0aa6e3351ba372f58179a5.zip
FreeBSD-src-395dbdd9aa5124712f0aa6e3351ba372f58179a5.tar.gz
Remove some old compatibility names.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/bio.h6
-rw-r--r--sys/sys/buf.h6
2 files changed, 2 insertions, 10 deletions
diff --git a/sys/sys/bio.h b/sys/sys/bio.h
index 74ee70b..3244a7e 100644
--- a/sys/sys/bio.h
+++ b/sys/sys/bio.h
@@ -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.
diff --git a/sys/sys/buf.h b/sys/sys/buf.h
index 74ee70b..3244a7e 100644
--- a/sys/sys/buf.h
+++ b/sys/sys/buf.h
@@ -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.
OpenPOWER on IntegriCloud