summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-09-05 17:17:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-09-05 17:17:48 +0000
commit2a8a78eae9f7321c4105fa212eb5e65a628cd762 (patch)
tree4788a61968657b47ea575d3b554647a24b4b499d /sys
parent7cccbece0514c39b970dabc75facdcbbf5aeacda (diff)
struct oscsi_addr is not used anymore
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/scsiio.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/sys/scsiio.h b/sys/sys/scsiio.h
index a7c1dbdf61f..a217355934c 100644
--- a/sys/sys/scsiio.h
+++ b/sys/sys/scsiio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiio.h,v 1.9 2010/11/16 19:54:58 jasper Exp $ */
+/* $OpenBSD: scsiio.h,v 1.10 2012/09/05 17:17:47 deraadt Exp $ */
/* $NetBSD: scsiio.h,v 1.3 1994/06/29 06:45:09 cgd Exp $ */
#ifndef _SYS_SCSIIO_H_
@@ -50,12 +50,6 @@ typedef struct scsireq {
#define SC_DB_DMA 0x00000008 /* show DMA segments etc */
#define SCIOCDEBUG _IOW('Q', 2, int) /* from 0 to 15 */
-struct oscsi_addr {
- int scbus; /* -1 if wildcard */
- int target; /* -1 if wildcard */
- int lun; /* -1 if wildcard */
-} ;
-
struct scsi_addr {
int type;
#define TYPE_SCSI 0