summaryrefslogtreecommitdiff
path: root/sys/scsi/cdvar.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/scsi/cdvar.h
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/scsi/cdvar.h')
-rw-r--r--sys/scsi/cdvar.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/scsi/cdvar.h b/sys/scsi/cdvar.h
index 3e5331558be..b69f27e48c4 100644
--- a/sys/scsi/cdvar.h
+++ b/sys/scsi/cdvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cdvar.h,v 1.2 2001/06/22 14:35:42 deraadt Exp $ */
+/* $OpenBSD: cdvar.h,v 1.3 2002/03/14 01:27:13 millert Exp $ */
/* $NetBSD: cdvar.h,v 1.10 1999/02/02 13:02:49 bouyer Exp $ */
/*
@@ -65,12 +65,12 @@ struct cd_softc {
};
struct cd_ops {
- int (*cdo_setchan) __P((struct cd_softc *, int, int, int, int,
- int));
- int (*cdo_getvol) __P((struct cd_softc *, struct ioc_vol *, int));
- int (*cdo_setvol) __P((struct cd_softc *, const struct ioc_vol *,
- int));
- int (*cdo_set_pa_immed) __P((struct cd_softc *, int));
- int (*cdo_load_unload) __P((struct cd_softc *, int, int));
+ int (*cdo_setchan)(struct cd_softc *, int, int, int, int,
+ int);
+ int (*cdo_getvol)(struct cd_softc *, struct ioc_vol *, int);
+ int (*cdo_setvol)(struct cd_softc *, const struct ioc_vol *,
+ int);
+ int (*cdo_set_pa_immed)(struct cd_softc *, int);
+ int (*cdo_load_unload)(struct cd_softc *, int, int);
};