Jan Engelhardt wrote: > diff --git a/ip6tables-restore.c b/ip6tables-restore.c > index a84c2e3..097711f 100644 > --- a/ip6tables-restore.c > +++ b/ip6tables-restore.c > @@ -12,6 +12,7 @@ > > #include <getopt.h> > #include <sys/errno.h> > +#include <stdbool.h> > #include <string.h> > #include <stdio.h> > #include <stdlib.h> Aie. I was reverting this C99-specific thing but then I have noticed that there's already one reference to it in the tree. I'm going to revert it. This break the compilation in many existing setups (like some of mine) that don't have the stdbool.h header. BTW, iptables is being compiled with gcc89 dialect, at least by now. -- "Los honestos son inadaptados sociales" -- Les Luthiers -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html