summaryrefslogtreecommitdiffstats
path: root/qa
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2019-02-12 23:35:06 +0100
committerPhil Sutter <phil@nwl.cc>2019-11-12 22:12:17 +0100
commitea9f896ed6a9b47b3a9a32bf594f57e6f6da97df (patch)
treefd8ce06fad6d0791fc70b5a7a0a0583950ac82dc /qa
parentf09b07f26c2bc15f59e64cc393c003966d7ca217 (diff)
helpers: Fix for warning when compiling against libtirpc
Fix for the following warning: In file included from rpc.c:29: /usr/include/tirpc/rpc/rpc_msg.h:214:52: warning: 'struct rpc_err' declared inside parameter list will not be visible outside of this definition or declaration 214 | extern void _seterr_reply(struct rpc_msg *, struct rpc_err *); | ^~~~~~~ Struct rpc_err is declared in rpc/clnt.h which also declares rpc_call(), therefore rename the local version. Fixes: 5ededc4476f27 ("conntrackd: search for RPC headers") Signed-off-by: Phil Sutter <phil@nwl.cc> Acked-by: Arturo Borrero Gonzalez <arturo@netfilter.org> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'qa')
0 files changed, 0 insertions, 0 deletions