diff --git a/scsi.c b/scsi.c index 629db820..482c5b8f 100644 --- a/scsi.c +++ b/scsi.c @@ -51,7 +51,8 @@ print_uchar(struct tcb *tcp, void *elem_buf, size_t elem_size, void *data) } static void -print_sg_io_buffer(struct tcb *tcp, const unsigned long addr, const unsigned int len) +print_sg_io_buffer(struct tcb *const tcp, const kernel_ureg_t addr, + const unsigned int len) { unsigned char buf;