Change an instance of "int" to "unsigned long" (the correct type for

ioctl commands under NetBSD) so that this compiles on the Alpha.
This commit is contained in:
thorpej 1996-08-13 20:09:50 +00:00
parent caae5cd93d
commit dc06f7ce36
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rmtlib.c,v 1.3 1996/08/09 04:17:36 jtc Exp $ */
/* $NetBSD: rmtlib.c,v 1.4 1996/08/13 20:09:50 thorpej Exp $ */
/*
* rmt --- remote tape emulator subroutines
@ -478,7 +478,8 @@ int whence;
#ifdef RMTIOCTL
static _rmt_ioctl(fildes, op, arg)
int fildes, op;
int fildes;
unsigned long op;
char *arg;
{
char c;