summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-02-14 14:00:50 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-02-14 14:00:50 +0000
commit08ed01e6296673e8802b00440ade551ac820fee6 (patch)
tree776b57a2c1fdb2af8f6bb9d8242724bb898bb7ca
parent0e477c9112f8224a7b8bdab0924b3916d3f1f2a6 (diff)
add missing break
From: Mike Pechkin <mpech at mail dot ru>
-rw-r--r--sys/dev/ic/smc90cx6.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/smc90cx6.c b/sys/dev/ic/smc90cx6.c
index 72f09855f94..327b5b79734 100644
--- a/sys/dev/ic/smc90cx6.c
+++ b/sys/dev/ic/smc90cx6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: smc90cx6.c,v 1.10 2004/06/24 19:35:23 tholo Exp $ */
+/* $OpenBSD: smc90cx6.c,v 1.11 2005/02/14 14:00:49 brad Exp $ */
/* $NetBSD: smc90cx6.c,v 1.17 1996/05/07 01:43:18 thorpej Exp $ */
/*
@@ -1167,6 +1167,7 @@ bah_ioctl(ifp, command, data)
bah_init(sc);
break;
}
+ break;
case SIOCSIFFLAGS:
if ((ifp->if_flags & IFF_UP) == 0 &&