diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2005-01-08 03:44:37 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2005-01-08 03:44:37 +0000 |
commit | b9440077a8cbab8a6f11b93fd1d41349681ed457 (patch) | |
tree | f93cd75d60932fc059a0511aedb889ac488f2368 /sys/dev/ic | |
parent | b108e9f21666d97bbcd8a7a763305173aa086835 (diff) |
fix conflicting types for ahc_send_async().
ok krw@
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/aic7xxx_openbsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aic7xxx_openbsd.c b/sys/dev/ic/aic7xxx_openbsd.c index dd8b778757d..ff5c3c7560e 100644 --- a/sys/dev/ic/aic7xxx_openbsd.c +++ b/sys/dev/ic/aic7xxx_openbsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxx_openbsd.c,v 1.26 2004/12/28 04:12:24 krw Exp $ */ +/* $OpenBSD: aic7xxx_openbsd.c,v 1.27 2005/01/08 03:44:36 kevlo Exp $ */ /* $NetBSD: aic7xxx_osm.c,v 1.14 2003/11/02 11:07:44 wiz Exp $ */ /* @@ -985,7 +985,7 @@ ahc_softc_comp(struct ahc_softc *lahc, struct ahc_softc *rahc) void ahc_send_async(struct ahc_softc *ahc, char channel, u_int target, u_int lun, - u_int code, void *opt_arg) + ac_code code, void *opt_arg) { /* Nothing to do here for OpenBSD */ } |