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/09f7193f4388
branches: trunk
changeset: 955759:09f7193f4388
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 c4c9015fae78 -r 09f7193f4388 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