Source-Changes-HG archive

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

[src/trunk]: src/sys/kern remove extra break



details:   https://anonhg.NetBSD.org/src/rev/5a070c8cab60
branches:  trunk
changeset: 944771:5a070c8cab60
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 10 18:53:56 2020 +0000

description:
remove extra break

diffstat:

 sys/kern/tty.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 5eef3278afd7 -r 5a070c8cab60 sys/kern/tty.c
--- a/sys/kern/tty.c    Sat Oct 10 18:49:27 2020 +0000
+++ b/sys/kern/tty.c    Sat Oct 10 18:53:56 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tty.c,v 1.293 2020/10/10 17:25:11 christos Exp $       */
+/*     $NetBSD: tty.c,v 1.294 2020/10/10 18:53:56 christos Exp $       */
 
 /*-
  * Copyright (c) 2008, 2020 The NetBSD Foundation, Inc.
@@ -63,7 +63,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tty.c,v 1.293 2020/10/10 17:25:11 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tty.c,v 1.294 2020/10/10 18:53:56 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -1377,7 +1377,6 @@
                    s != tp->t_qsize)
                        error = tty_set_qsize(tp, s);
                return error;
-               break;
 
        case TIOCSBRK:
        case TIOCCBRK:



Home | Main Index | Thread Index | Old Index