Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Er, missed one thing.



details:   https://anonhg.NetBSD.org/src/rev/e859a968d8fb
branches:  trunk
changeset: 551665:e859a968d8fb
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Sep 10 05:30:15 2003 +0000

description:
Er, missed one thing.

diffstat:

 sys/dev/usb/umass_scsipi.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b8e4540bfb7f -r e859a968d8fb sys/dev/usb/umass_scsipi.c
--- a/sys/dev/usb/umass_scsipi.c        Wed Sep 10 05:25:44 2003 +0000
+++ b/sys/dev/usb/umass_scsipi.c        Wed Sep 10 05:30:15 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umass_scsipi.c,v 1.12 2003/09/10 05:25:44 mycroft Exp $        */
+/*     $NetBSD: umass_scsipi.c,v 1.13 2003/09/10 05:30:15 mycroft Exp $        */
 
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umass_scsipi.c,v 1.12 2003/09/10 05:25:44 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umass_scsipi.c,v 1.13 2003/09/10 05:30:15 mycroft Exp $");
 
 #include "atapibus.h"
 #include "scsibus.h"
@@ -243,7 +243,7 @@
        struct scsipi_xfer *xs;
        struct umass_softc *sc = (void *)adapt->adapt_dev;
        struct umass_scsipi_softc *scbus = (struct umass_scsipi_softc *)sc->bus;
-       struct scsipi_generic *cmd, trcmd;
+       struct scsipi_generic *cmd;
        int cmdlen;
        int dir;
 #ifdef UMASS_DEBUG



Home | Main Index | Thread Index | Old Index