]> git.ipfire.org Git - thirdparty/iptables.git/commit
libiptc: resolve compile failure
authorJan Engelhardt <jengelh@medozas.de>
Sun, 11 Sep 2011 15:24:26 +0000 (17:24 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Sun, 11 Sep 2011 15:31:34 +0000 (17:31 +0200)
commit9cf67deb62f127902e686c48b951861bf848d0ab
treef9f4b584b714f71c572f34419199a096426f2eff
parent34d23bd14002aeeae0374d2561ad329e5cdc96e2
libiptc: resolve compile failure

  CC     libip4tc.lo
In file included from libip4tc.c:118:0:
libiptc.c:70:8: error: redefinition of "struct xt_error_target"
../include/linux/netfilter/x_tables.h:69:8: note: originally defined here

Remove libiptc's duplicate definition and substitute names.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
libiptc/libiptc.c