summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMatthew Dempsky <matthew@cvs.openbsd.org>2010-06-27 21:36:03 +0000
committerMatthew Dempsky <matthew@cvs.openbsd.org>2010-06-27 21:36:03 +0000
commit36c5964da8928b60ca04bb7631ec8eff4cb882b5 (patch)
treea797670aa76f21b62595a7d2372411ed3522d6c7 /sys
parent61395933c79a99c7cb8782f2c547964749942f99 (diff)
vscsi(4) doesn't use vscsi_ioc_t2i's senselen field anymore, so
garbage collect it. ok dlg@, krw@, claudio@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/vscsivar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/vscsivar.h b/sys/dev/vscsivar.h
index 4b9069d33cb..6266bf7ec11 100644
--- a/sys/dev/vscsivar.h
+++ b/sys/dev/vscsivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vscsivar.h,v 1.2 2009/08/13 19:51:49 dlg Exp $ */
+/* $OpenBSD: vscsivar.h,v 1.3 2010/06/27 21:36:02 matthew Exp $ */
/*
* Copyright (c) 2008 David Gwynne <dlg@openbsd.org>
@@ -55,7 +55,6 @@ struct vscsi_ioc_t2i {
#define VSCSI_STAT_SENSE 1
#define VSCSI_STAT_ERR 2
struct scsi_sense_data sense;
- size_t senselen;
};
#define VSCSI_T2I _IOW('I', 3, struct vscsi_ioc_t2i)