diff options
author | 2012-09-05 17:17:47 +0000 | |
---|---|---|
committer | 2012-09-05 17:17:47 +0000 | |
commit | 033eb83791b01f12bf643317a838ff80a33ac7bf (patch) | |
tree | a546e58e03df8e9d16f4c47feace0b7e781f63c1 | |
parent | struct orlimit is only used by linux compat now, and can stop polluting (diff) | |
download | wireguard-openbsd-033eb83791b01f12bf643317a838ff80a33ac7bf.tar.xz wireguard-openbsd-033eb83791b01f12bf643317a838ff80a33ac7bf.zip |
struct oscsi_addr is not used anymore
-rw-r--r-- | sys/sys/scsiio.h | 8 |
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 |