]> git.ipfire.org Git - thirdparty/iptables.git/commit
src: resolve old macro names that are indirections
authorJan Engelhardt <jengelh@medozas.de>
Sat, 27 Aug 2011 07:56:16 +0000 (09:56 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Sun, 11 Sep 2011 15:31:35 +0000 (17:31 +0200)
commit14da56743c6cdf25da35b7b5ca7a5d201771990d
treeb7894013b475dc16d130c9bed922cc0c7ae8afb5
parent1639fe86579f86f5f6a954a9b0adde2e16ad1980
src: resolve old macro names that are indirections

Command used:

git grep -f <(pcregrep -hior
'(?<=#define\s)IP6?(T_\w+)(?=\s+X\1)' include/)

and then fix all occurrences.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
13 files changed:
extensions/libipt_realm.c
include/libiptc/libip6tc.h
include/libiptc/libiptc.h
iptables/ip6tables-restore.c
iptables/ip6tables-save.c
iptables/ip6tables.c
iptables/iptables-restore.c
iptables/iptables-save.c
iptables/iptables-xml.c
iptables/iptables.c
iptables/xshared.c
libiptc/libip4tc.c
libiptc/libip6tc.c