diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2011-06-23 16:02:34 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2011-06-23 16:02:34 +0000 |
commit | 2d3d5f1510c111004b07bf1ef0c146e1b04bcb7e (patch) | |
tree | c367c426c86ecefd988e8d8847b3e86aacacb49e /sys/dev/usb/ucom.c | |
parent | a1ffd84f864f889290dd4c98effc0ac608148ebb (diff) |
ansify a few files. ok deraadt dlg krw matthew
Diffstat (limited to 'sys/dev/usb/ucom.c')
-rw-r--r-- | sys/dev/usb/ucom.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/usb/ucom.c b/sys/dev/usb/ucom.c index 05eb737f20f..15fccf18527 100644 --- a/sys/dev/usb/ucom.c +++ b/sys/dev/usb/ucom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ucom.c,v 1.51 2010/09/24 08:33:59 yuo Exp $ */ +/* $OpenBSD: ucom.c,v 1.52 2011/06/23 16:02:33 tedu Exp $ */ /* $NetBSD: ucom.c,v 1.49 2003/01/01 00:10:25 thorpej Exp $ */ /* @@ -769,9 +769,7 @@ XXX; } void -ucom_break(sc, onoff) - struct ucom_softc *sc; - int onoff; +ucom_break(struct ucom_softc *sc, int onoff) { DPRINTF(("ucom_break: onoff=%d\n", onoff)); |