Displaying 1 result from an estimated 1 matches for "xt_xlate_get".
2017 Jan 03
3
[Bug 1110] New: Build failure if --with-xtables
...ge size of ‘params’ isn’t known
struct xt_xlate_mt_params params = {
^
xt.c:44:18: error: ‘struct xtables_match’ has no member named ‘xlate’
stmt->xt.match->xlate(xl, ¶ms);
^
xt.c:45:17: warning: implicit declaration of function ‘xt_xlate_get’
[-Wimplicit-function-declaration]
printf("%s", xt_xlate_get(xl));
^
xt.c:45:11: warning: format ‘%s’ expects argument of type ‘char *’, but
argument 2 has type ‘int’ [-Wformat=]
printf("%s", xt_xlate_get(xl));
^
xt.c:38:30: warning: unused va...