summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/scsi_driver.h')
-rw-r--r--sys/scsi/scsi_driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsi_driver.h b/sys/scsi/scsi_driver.h
index 86e9185..c304cf2 100644
--- a/sys/scsi/scsi_driver.h
+++ b/sys/scsi/scsi_driver.h
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: scsi_driver.h,v 1.4 1995/05/30 08:13:39 rgrimes Exp $
+ * $Id: scsi_driver.h,v 1.5 1995/11/04 13:25:22 bde Exp $
*
*/
#ifndef _SCSI__DRIVER_H_
@@ -56,7 +56,7 @@ int scsi_device_attach __P((struct scsi_link *));
int scsi_open __P((dev_t, int, int, struct proc *, struct scsi_device *));
int scsi_close __P((dev_t, int, int, struct proc *, struct scsi_device *));
-int scsi_ioctl __P((dev_t, u_int32, caddr_t, int, struct proc *,
+int scsi_ioctl __P((dev_t, u_int32_t, caddr_t, int, struct proc *,
struct scsi_device *));
void scsi_strategy __P((struct buf *, struct scsi_device *));
void scsi_minphys __P((struct buf *, struct scsi_device *));
OpenPOWER on IntegriCloud