Source-Changes-HG archive

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

[src/trunk]: src/sys Statements must follow labels.



details:   https://anonhg.NetBSD.org/src/rev/a49089ae8571
branches:  trunk
changeset: 532035:a49089ae8571
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu May 30 21:09:54 2002 +0000

description:
Statements must follow labels.

diffstat:

 sys/arch/luna68k/dev/omrasops.c |  5 +++--
 sys/dev/ic/mb89352.c            |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 6f7e5edfd606 -r a49089ae8571 sys/arch/luna68k/dev/omrasops.c
--- a/sys/arch/luna68k/dev/omrasops.c   Thu May 30 21:00:23 2002 +0000
+++ b/sys/arch/luna68k/dev/omrasops.c   Thu May 30 21:09:54 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: omrasops.c,v 1.1 2000/01/05 08:48:56 nisimura Exp $ */
+/* $NetBSD: omrasops.c,v 1.2 2002/05/30 21:09:54 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: omrasops.c,v 1.1 2000/01/05 08:48:56 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: omrasops.c,v 1.2 2002/05/30 21:09:54 thorpej Exp $");
 
 /*
  * Designed speficically for 'm68k bitorder';
@@ -378,6 +378,7 @@
 
     hardluckalignment:
        /* alignments painfully disagree */
+       return;
 }
 
 /*
diff -r 6f7e5edfd606 -r a49089ae8571 sys/dev/ic/mb89352.c
--- a/sys/dev/ic/mb89352.c      Thu May 30 21:00:23 2002 +0000
+++ b/sys/dev/ic/mb89352.c      Thu May 30 21:09:54 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mb89352.c,v 1.12 2002/04/05 18:27:52 bouyer Exp $      */
+/*     $NetBSD: mb89352.c,v 1.13 2002/05/30 21:10:36 thorpej Exp $     */
 /*     NecBSD: mb89352.c,v 1.4 1998/03/14 07:31:20 kmatsuda Exp        */
 
 /*-
@@ -70,7 +70,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mb89352.c,v 1.12 2002/04/05 18:27:52 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mb89352.c,v 1.13 2002/05/30 21:10:36 thorpej Exp $");
 
 #ifdef DDB
 #define        integrate
@@ -1380,6 +1380,7 @@
 
 out:
        /* Disable REQ/ACK protocol. */
+       return;
 }
 
 /*



Home | Main Index | Thread Index | Old Index