]> granicus.if.org Git - strace/blobdiff - sock.c
CREDITS.in: use UTF-8 consistently
[strace] / sock.c
diff --git a/sock.c b/sock.c
index 840b76eaa87a9d042b2ece1dacf5c6985ce33cf5..cd13de48da241377ff795e20a586b787497417fd 100644 (file)
--- a/sock.c
+++ b/sock.c
@@ -198,7 +198,7 @@ decode_ifconf(struct tcb *const tcp, const kernel_ulong_t addr)
                        tprints("}");
                }
 
-               return RVAL_DECODED | RVAL_IOCTL_PARSED;
+               return RVAL_IOCTL_DECODED;
        }
 
        if (entering(tcp)) {
@@ -237,7 +237,7 @@ decode_ifconf(struct tcb *const tcp, const kernel_ulong_t addr)
 
        tprints("}");
 
-       return RVAL_DECODED | RVAL_IOCTL_PARSED;
+       return RVAL_IOCTL_DECODED;
 }
 
 MPERS_PRINTER_DECL(int, sock_ioctl,
@@ -371,5 +371,5 @@ MPERS_PRINTER_DECL(int, sock_ioctl,
                return RVAL_DECODED;
        }
 
-       return RVAL_DECODED | RVAL_IOCTL_PARSED;
+       return RVAL_IOCTL_DECODED;
 }