Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/8cca7ffab6f5
branches:  trunk
changeset: 532020:8cca7ffab6f5
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu May 30 18:44:30 2002 +0000

description:
Statements must follow labels.

diffstat:

 sys/compat/sunos/sunos_ioctl.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 8719a7c483f4 -r 8cca7ffab6f5 sys/compat/sunos/sunos_ioctl.c
--- a/sys/compat/sunos/sunos_ioctl.c    Thu May 30 18:35:08 2002 +0000
+++ b/sys/compat/sunos/sunos_ioctl.c    Thu May 30 18:44:30 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sunos_ioctl.c,v 1.40 2002/03/16 20:43:56 christos Exp $        */
+/*     $NetBSD: sunos_ioctl.c,v 1.41 2002/05/30 18:44:30 thorpej Exp $ */
 
 /*
  * Copyright (c) 1993 Markus Wild.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunos_ioctl.c,v 1.40 2002/03/16 20:43:56 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunos_ioctl.c,v 1.41 2002/05/30 18:44:30 thorpej Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_execfmt.h"
@@ -1064,6 +1064,7 @@
                return (EOPNOTSUPP);
 
        default:
+               break;
        }
 
        ret = sys_fcntl(p, uap, retval);
@@ -1079,6 +1080,7 @@
                }
                break;
        default:
+               break;
        }
 
        return (ret);



Home | Main Index | Thread Index | Old Index