Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 remove multiple default.



details:   https://anonhg.NetBSD.org/src/rev/93b301593046
branches:  trunk
changeset: 347841:93b301593046
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 18 05:16:21 2016 +0000

description:
remove multiple default.

diffstat:

 sys/compat/netbsd32/netbsd32_signal.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r f6f5491db8bf -r 93b301593046 sys/compat/netbsd32/netbsd32_signal.c
--- a/sys/compat/netbsd32/netbsd32_signal.c     Sun Sep 18 02:17:43 2016 +0000
+++ b/sys/compat/netbsd32/netbsd32_signal.c     Sun Sep 18 05:16:21 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_signal.c,v 1.42 2016/09/18 01:56:42 christos Exp $    */
+/*     $NetBSD: netbsd32_signal.c,v 1.43 2016/09/18 05:16:21 christos Exp $    */
 
 /*
  * Copyright (c) 1998, 2001 Matthew R. Green
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_signal.c,v 1.42 2016/09/18 01:56:42 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_signal.c,v 1.43 2016/09/18 05:16:21 christos Exp $");
 
 #if defined(_KERNEL_OPT) 
 #include "opt_ktrace.h"
@@ -223,8 +223,6 @@
                si->_reason._poll._band = si32->_reason._poll._band;
                si->_reason._poll._fd = si32->_reason._poll._fd;
                break;
-       default:
-               break;
        }
 }
 
@@ -267,8 +265,6 @@
                si32->_reason._poll._band = si->_reason._poll._band;
                si32->_reason._poll._fd = si->_reason._poll._fd;
                break;
-       default:
-               break;
        }
 }
 #endif



Home | Main Index | Thread Index | Old Index