Remove one extra byte from scsipi_mode_select; pointed out by Juergen

Hannken-Illjes.
This commit is contained in:
bouyer 2001-05-22 15:14:24 +00:00
parent f2f22b5de0
commit 2a604875d6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: scsipi_all.h,v 1.18 2001/05/18 21:11:43 is Exp $ */ /* $NetBSD: scsipi_all.h,v 1.19 2001/05/22 15:14:24 bouyer Exp $ */
/* /*
* SCSI and SCSI-like general interface description * SCSI and SCSI-like general interface description
@ -111,7 +111,7 @@ struct scsipi_mode_select {
u_int8_t byte2; u_int8_t byte2;
#define SMS_SP 0x01 /* save page */ #define SMS_SP 0x01 /* save page */
#define SMS_PF 0x10 #define SMS_PF 0x10
u_int8_t unused[2]; u_int8_t unused;
union { union {
struct { struct {
u_int8_t unused; u_int8_t unused;