More missing int32 -> int32_t...

This commit is contained in:
David Greenman 1996-03-10 18:33:43 +00:00
parent a6409dd7a8
commit 83bf11d386
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14459

View File

@ -229,8 +229,8 @@ static struct wds {
static int wdsprobe(struct isa_device *);
static void wds_minphys(struct buf *);
static struct wds_req *wdsr_alloc(int);
static int32 wds_scsi_cmd(struct scsi_xfer *);
static u_int32 wds_adapter_info(int);
static int32_t wds_scsi_cmd(struct scsi_xfer *);
static u_int32_t wds_adapter_info(int);
static int wds_done(int, struct wds_cmd *, u_char);
static int wdsattach(struct isa_device *);
static int wds_init(struct isa_device *);
@ -323,7 +323,7 @@ wdsr_alloc(int unit)
return r;
}
int32
int32_t
wds_scsi_cmd(struct scsi_xfer *sxp)
{
struct wds_req *r;
@ -441,7 +441,7 @@ wds_scsi_cmd(struct scsi_xfer *sxp)
return SUCCESSFULLY_QUEUED;
}
u_int32
u_int32_t
wds_adapter_info(int unit)
{
return 1;