summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/com.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c
index 3701c1737fd..aa7b45e884e 100644
--- a/sys/dev/ic/com.c
+++ b/sys/dev/ic/com.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com.c,v 1.60 2001/03/15 18:47:52 art Exp $ */
+/* $OpenBSD: com.c,v 1.61 2001/03/15 18:55:02 deraadt Exp $ */
/* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */
/*
@@ -201,7 +201,7 @@ void com_kgdb_putc __P((void *, int));
#endif
int
-comspeedcomspeed(freq, speed)
+comspeed(freq, speed)
long freq;
long speed;
{