More missing int32 -> int32_t...
This commit is contained in:
parent
a6409dd7a8
commit
83bf11d386
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user