diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/dev/i2o/iopvar.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
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 0d44688ad6f..8e19174ab56 100644 --- a/sys/dev/i2o/iopvar.h +++ b/sys/dev/i2o/iopvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iopvar.h,v 1.6 2001/06/26 20:05:22 niklas Exp $ */ +/* $OpenBSD: iopvar.h,v 1.7 2002/03/14 01:26:53 millert Exp $ */ /* $NetBSD: iopvar.h,v 1.5 2001/03/20 13:01:49 ad Exp $ */ /*- @@ -165,7 +165,7 @@ struct iop_attach_args { #define iopcf_tid cf_loc[IOPCF_TID] /* TID */ void iop_init(struct iop_softc *, const char *); -int iop_intr __P((void *)); +int iop_intr(void *); int iop_lct_get(struct iop_softc *); int iop_param_op(struct iop_softc *, int, struct iop_initiator *, int, int, void *, size_t); |