diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-26 12:06:32 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-26 12:06:32 +0000 |
commit | 6312d6ab80fc66dbfc9a06b27296aa8399d65fb0 (patch) | |
tree | 9158562c94d93ff3c4140675e5f9b62ed1a1e19f /sys/dev/i2o/iopvar.h | |
parent | 65e8dc2d13f96785c132ba92fde2ace9b184babb (diff) |
make iop_msg_post deal w/ the size itself
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, |