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/scsi/sd_scsi.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/scsi/sd_scsi.c')
-rw-r--r-- | sys/scsi/sd_scsi.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/scsi/sd_scsi.c b/sys/scsi/sd_scsi.c index 4e21c35db3b..52858b2a8da 100644 --- a/sys/scsi/sd_scsi.c +++ b/sys/scsi/sd_scsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sd_scsi.c,v 1.2 2000/08/05 18:45:42 niklas Exp $ */ +/* $OpenBSD: sd_scsi.c,v 1.3 2002/03/14 01:27:13 millert Exp $ */ /* $NetBSD: sd_scsi.c,v 1.8 1998/10/08 20:21:13 thorpej Exp $ */ /*- @@ -76,13 +76,13 @@ struct sd_scsibus_mode_sense_data { union scsi_disk_pages pages; }; -int sd_scsibus_mode_sense __P((struct sd_softc *, - struct sd_scsibus_mode_sense_data *, int, int)); -int sd_scsibus_get_parms __P((struct sd_softc *, - struct disk_parms *, int)); -int sd_scsibus_get_optparms __P((struct sd_softc *, - struct disk_parms *, int)); -void sd_scsibus_flush __P((struct sd_softc *, int)); +int sd_scsibus_mode_sense(struct sd_softc *, + struct sd_scsibus_mode_sense_data *, int, int); +int sd_scsibus_get_parms(struct sd_softc *, + struct disk_parms *, int); +int sd_scsibus_get_optparms(struct sd_softc *, + struct disk_parms *, int); +void sd_scsibus_flush(struct sd_softc *, int); const struct sd_ops sd_scsibus_ops = { sd_scsibus_get_parms, |