From 2a604875d6965c0194cead8855c7d88c0a21ba39 Mon Sep 17 00:00:00 2001 From: bouyer Date: Tue, 22 May 2001 15:14:24 +0000 Subject: [PATCH] Remove one extra byte from scsipi_mode_select; pointed out by Juergen Hannken-Illjes. --- sys/dev/scsipi/scsipi_all.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/scsipi/scsipi_all.h b/sys/dev/scsipi/scsipi_all.h index 577cac4ef40d..25b54930ef6e 100644 --- a/sys/dev/scsipi/scsipi_all.h +++ b/sys/dev/scsipi/scsipi_all.h @@ -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 @@ -111,7 +111,7 @@ struct scsipi_mode_select { u_int8_t byte2; #define SMS_SP 0x01 /* save page */ #define SMS_PF 0x10 - u_int8_t unused[2]; + u_int8_t unused; union { struct { u_int8_t unused;