diff options
author | 2009-10-20 00:19:24 +0000 | |
---|---|---|
committer | 2009-10-20 00:19:24 +0000 | |
commit | ba365f19b34fdb1cd6bcb26b1c3a93c9bdc31a71 (patch) | |
tree | bb5c6aacf72d4f186eac1e589378edfcb378889e | |
parent | antsy (diff) | |
download | wireguard-openbsd-ba365f19b34fdb1cd6bcb26b1c3a93c9bdc31a71.tar.xz wireguard-openbsd-ba365f19b34fdb1cd6bcb26b1c3a93c9bdc31a71.zip |
"active" is an unused member of the scsi_link structure. i couldnt find any
uses of it in our tree.
ok krw@ deraadt@
-rw-r--r-- | sys/scsi/scsiconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index 4971d1aac84..82ca8533e04 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.h,v 1.102 2009/10/14 01:33:22 dlg Exp $ */ +/* $OpenBSD: scsiconf.h,v 1.103 2009/10/20 00:19:24 dlg Exp $ */ /* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */ /* @@ -351,7 +351,6 @@ struct scsi_link { u_int64_t node_wwn; /* world wide name of node */ u_int16_t adapter_target; /* what are we on the scsi bus */ u_int16_t adapter_buswidth; /* 8 (regular) or 16 (wide). (0 becomes 8) */ - u_int16_t active; /* operations in progress */ u_int16_t flags; /* flags that all devices have */ #define SDEV_REMOVABLE 0x0001 /* media is removable */ #define SDEV_MEDIA_LOADED 0x0002 /* device figures are still valid */ |