diff options
Diffstat (limited to 'sys/dev/i2o/iopvar.h')
-rw-r--r-- | sys/dev/i2o/iopvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2o/iopvar.h b/sys/dev/i2o/iopvar.h index 4c2624b4923..ecc7899a2d2 100644 --- a/sys/dev/i2o/iopvar.h +++ b/sys/dev/i2o/iopvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iopvar.h,v 1.4 2001/06/26 09:26:12 mickey Exp $ */ +/* $OpenBSD: iopvar.h,v 1.5 2001/06/26 12:06:31 mickey Exp $ */ /* $NetBSD: iopvar.h,v 1.5 2001/03/20 13:01:49 ad Exp $ */ /*- @@ -182,7 +182,7 @@ int iop_msg_map(struct iop_softc *, struct iop_msg *, u_int32_t *, void *, int, int); int iop_msg_map_bio(struct iop_softc *, struct iop_msg *, u_int32_t *, void *, int, int); -int iop_msg_post(struct iop_softc *, struct iop_msg *, void *, int, int); +int iop_msg_post(struct iop_softc *, struct iop_msg *, void *, int); void iop_msg_unmap(struct iop_softc *, struct iop_msg *); int iop_util_abort(struct iop_softc *, struct iop_initiator *, int, int, |