diff options
author | 2010-07-13 00:30:30 +0000 | |
---|---|---|
committer | 2010-07-13 00:30:30 +0000 | |
commit | c61ddbd7dc450bdc8170f9dd589f8f84f861e7ab (patch) | |
tree | 170c99785f5707f8b3e6bcf03051daf179c01547 | |
parent | replace rmd160 links with sha256. it's way more popular and more better, too. (diff) | |
download | wireguard-openbsd-c61ddbd7dc450bdc8170f9dd589f8f84f861e7ab.tar.xz wireguard-openbsd-c61ddbd7dc450bdc8170f9dd589f8f84f861e7ab.zip |
Correct comment. scsi_sense_data is now 18 bytes, not 32.
-rw-r--r-- | sys/scsi/scsiconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index 08c8ef0fb40..e3a3db133ff 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.h,v 1.130 2010/07/01 05:11:18 krw Exp $ */ +/* $OpenBSD: scsiconf.h,v 1.131 2010/07/13 00:30:30 krw Exp $ */ /* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */ /* @@ -472,7 +472,7 @@ struct scsi_xfer { size_t resid; /* how much buffer was not touched */ int error; /* an error value */ struct buf *bp; /* If we need to associate with a buf */ - struct scsi_sense_data sense; /* 32 bytes*/ + struct scsi_sense_data sense; /* 18 bytes*/ u_int8_t status; /* SCSI status */ struct scsi_generic cmdstore; /* stash the command in here */ /* |