]> granicus.if.org Git - strace/blobdiff - readahead.c
io: change size types from unsigned long to kernel_ureg_t
[strace] / readahead.c
index 3f8e4ceb707c3ddbabd7d051715edf8b0d6e6969..f2b9c8021e36b3430e2e753eb4fa16de0dfa6588 100644 (file)
@@ -6,7 +6,7 @@ SYS_FUNC(readahead)
 
        printfd(tcp, tcp->u_arg[0]);
        argn = printllval(tcp, ", %lld", 1);
-       tprintf(", %ld", tcp->u_arg[argn]);
+       tprintf(", %lu", tcp->u_arg[argn]);
 
        return RVAL_DECODED;
 }