]> git.ipfire.org Git - thirdparty/iptables.git/commit
consistently use <errno.h>
authorFelix Janda <felix.janda@posteo.de>
Sat, 2 May 2015 19:51:01 +0000 (21:51 +0200)
committerFlorian Westphal <fw@strlen.de>
Sat, 2 May 2015 19:53:47 +0000 (21:53 +0200)
commit043e52bc42021f71b85229f6d78bf7e75b282765
treec463f592fe82f20bb1651747cead1de172732d8a
parentab8c7d82f7848d318e472a3d809ec7dab969bd04
consistently use <errno.h>

On glibc, <sys/errno.h> is a synomym for <errno.h>.
<errno.h> is specified by POSIX, so use that.

Fixes compilation error with musl libc

Signed-off-by: Florian Westphal <fw@strlen.de>
iptables/ip6tables-restore.c
iptables/ip6tables-save.c
iptables/iptables-restore.c
iptables/iptables-save.c
iptables/iptables-xml.c
iptables/xtables-restore.c
iptables/xtables-save.c