]> granicus.if.org Git - strace/commitdiff
mpers.awk: fix regression introduced by the previous cleanup
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 1 Sep 2017 17:30:13 +0000 (17:30 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 1 Sep 2017 17:30:13 +0000 (17:30 +0000)
* mpers.awk (what_is): Remove returned_size from local variables.

Fixes: v4.18-308-gfd3447b5 ("mpers.awk: declare local variables consistently")
mpers.awk

index 705ee642eff81d040df9ae4fbda4072b19d90734..6545052d506f352e853a260a0c2e4cef01abd784 100644 (file)
--- a/mpers.awk
+++ b/mpers.awk
@@ -83,7 +83,7 @@ function update_upper_bound(idx, val, \
 }
 function what_is(what_idx, \
                 item, loc_diff, location, prev_location, prev_returned_size, \
-                returned_size, special, to_return, type_idx)
+                special, to_return, type_idx)
 {
        enter(what_idx)
        special = array_get(what_idx, "special")