summaryrefslogtreecommitdiff
path: root/paxlib/rtape.c
diff options
context:
space:
mode:
Diffstat (limited to 'paxlib/rtape.c')
-rw-r--r--paxlib/rtape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/paxlib/rtape.c b/paxlib/rtape.c
index 0a31c44..2364594 100644
--- a/paxlib/rtape.c
+++ b/paxlib/rtape.c
@@ -676,7 +676,7 @@ rmt_lseek (int handle, off_t offset, int whence)
/* Perform a raw tape operation on remote tape connection HANDLE.
Return the results of the ioctl, or -1 on error. */
int
-rmt_ioctl (int handle, int operation, char *argument)
+rmt_ioctl (int handle, unsigned long int operation, char *argument)
{
switch (operation)
{