Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi A statement must follow a label.



details:   https://anonhg.NetBSD.org/src/rev/d4ddfbacbdce
branches:  trunk
changeset: 526518:d4ddfbacbdce
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun May 05 06:01:28 2002 +0000

description:
A statement must follow a label.

diffstat:

 sys/dev/scsipi/scsiconf.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 519c753074f9 -r d4ddfbacbdce sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Sun May 05 03:19:26 2002 +0000
+++ b/sys/dev/scsipi/scsiconf.c Sun May 05 06:01:28 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsiconf.c,v 1.182 2002/04/23 17:28:43 bouyer Exp $    */
+/*     $NetBSD: scsiconf.c,v 1.183 2002/05/05 06:01:28 thorpej Exp $   */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -55,7 +55,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.182 2002/04/23 17:28:43 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.183 2002/05/05 06:01:28 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -861,6 +861,7 @@
                                break;
                        default: /* ST only or invalid */
                                /* nothing to do */
+                               break;
                        }
                        if (inqbuf.flags4 & SID_IUS)
                                periph->periph_cap |= PERIPH_CAP_IUS;



Home | Main Index | Thread Index | Old Index