]> granicus.if.org Git - strace/blobdiff - ioperm.c
Remove HAVE_STRUCT_TCB_EXT_ARG, ext_arg, and u_lrval
[strace] / ioperm.c
index 1dad0e3360ea231fb1f6d96928c197bcc84bae8e..e9eea7f6f31ac25d48eec2d706415da793021d21 100644 (file)
--- a/ioperm.c
+++ b/ioperm.c
@@ -2,7 +2,7 @@
 
 SYS_FUNC(ioperm)
 {
-       tprintf("%#" PRI_krx ", %#" PRI_krx ", %d",
+       tprintf("%#" PRI_klx ", %#" PRI_klx ", %d",
                tcp->u_arg[0], tcp->u_arg[1], (int) tcp->u_arg[2]);
 
        return RVAL_DECODED;