Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/scsipi Remove one extra byte from scsipi_mode_select...



details:   https://anonhg.NetBSD.org/src/rev/07d68b4dd528
branches:  trunk
changeset: 510199:07d68b4dd528
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue May 22 15:14:24 2001 +0000

description:
Remove one extra byte from scsipi_mode_select; pointed out by Juergen
Hannken-Illjes.

diffstat:

 sys/dev/scsipi/scsipi_all.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8db532e0fe73 -r 07d68b4dd528 sys/dev/scsipi/scsipi_all.h
--- a/sys/dev/scsipi/scsipi_all.h       Tue May 22 14:52:24 2001 +0000
+++ b/sys/dev/scsipi/scsipi_all.h       Tue May 22 15:14:24 2001 +0000
@@ -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 @@
        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;



Home | Main Index | Thread Index | Old Index