Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/sunos Add missing break
details: https://anonhg.NetBSD.org/src/rev/34e103c47fd8
branches: trunk
changeset: 454650:34e103c47fd8
user: christos <christos%NetBSD.org@localhost>
date: Mon Sep 23 20:38:27 2019 +0000
description:
Add missing break
diffstat:
sys/compat/sunos/sunos_ioctl.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 95256d85ede9 -r 34e103c47fd8 sys/compat/sunos/sunos_ioctl.c
--- a/sys/compat/sunos/sunos_ioctl.c Mon Sep 23 20:15:31 2019 +0000
+++ b/sys/compat/sunos/sunos_ioctl.c Mon Sep 23 20:38:27 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sunos_ioctl.c,v 1.69 2019/04/23 07:45:06 msaitoh Exp $ */
+/* $NetBSD: sunos_ioctl.c,v 1.70 2019/09/23 20:38:27 christos Exp $ */
/*
* Copyright (c) 1993 Markus Wild.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunos_ioctl.c,v 1.69 2019/04/23 07:45:06 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunos_ioctl.c,v 1.70 2019/09/23 20:38:27 christos Exp $");
#include <sys/param.h>
#include <sys/proc.h>
@@ -439,6 +439,7 @@
}
error = (*ctl)(fp, TIOCSETD, &disc);
+ break;
}
case _IOW('t', 101, int): /* sun SUNOS_TIOCSSOFTCAR */
{
Home |
Main Index |
Thread Index |
Old Index