]> granicus.if.org Git - strace/blobdiff - io.c
2004-09-03 Roland McGrath <roland@redhat.com>
[strace] / io.c
diff --git a/io.c b/io.c
index dd37638be8c1443fa1a496994f8a0952798df662..086d0283ada6ef2255a062134d963f36765a7d9b 100644 (file)
--- a/io.c
+++ b/io.c
@@ -353,7 +353,7 @@ int
 sys_ioctl(tcp)
 struct tcb *tcp;
 {
-       struct ioctlent *iop;
+       const struct ioctlent *iop;
 
        if (entering(tcp)) {
                tprintf("%ld, ", tcp->u_arg[0]);