diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-06-23 16:31:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-06-23 16:31:17 +0000 |
commit | d25e4532915241456e3e21357fe2bd065e55b261 (patch) | |
tree | 135932ba6aab1d60bf30f8892ec7052055500789 /sys/dev/ic | |
parent | 2d3d5f1510c111004b07bf1ef0c146e1b04bcb7e (diff) |
a bit more ansi; ok tedu
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/osiop.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/siop.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/osiop.c b/sys/dev/ic/osiop.c index 50a315b4495..d933010bb12 100644 --- a/sys/dev/ic/osiop.c +++ b/sys/dev/ic/osiop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: osiop.c,v 1.47 2011/01/02 13:38:27 miod Exp $ */ +/* $OpenBSD: osiop.c,v 1.48 2011/06/23 16:31:16 deraadt Exp $ */ /* $NetBSD: osiop.c,v 1.9 2002/04/05 18:27:54 bouyer Exp $ */ /* @@ -1967,7 +1967,7 @@ osiop_timeout(arg) #if OSIOP_TRACE_SIZE void -osiop_dump_trace() +osiop_dump_trace(void) { int i; diff --git a/sys/dev/ic/siop.c b/sys/dev/ic/siop.c index 7672430af98..9cf5af91da5 100644 --- a/sys/dev/ic/siop.c +++ b/sys/dev/ic/siop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siop.c,v 1.64 2011/04/05 22:37:39 dlg Exp $ */ +/* $OpenBSD: siop.c,v 1.65 2011/06/23 16:31:16 deraadt Exp $ */ /* $NetBSD: siop.c,v 1.79 2005/11/18 23:10:32 bouyer Exp $ */ /* @@ -2212,7 +2212,7 @@ siop_scsifree(struct scsi_link *link) #ifdef SIOP_STATS void -siop_printstats() +siop_printstats(void) { printf("siop_stat_intr %d\n", siop_stat_intr); printf("siop_stat_intr_shortxfer %d\n", siop_stat_intr_shortxfer); |