From 2d3d5f1510c111004b07bf1ef0c146e1b04bcb7e Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Thu, 23 Jun 2011 16:02:34 +0000 Subject: ansify a few files. ok deraadt dlg krw matthew --- sys/dev/usb/ucom.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/dev/usb/ucom.c') 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)); -- cgit v1.2.3