On Wednesday 2015-08-19 15:08, Mike Frysinger wrote: >On 19 Aug 2015 09:09, Jan Engelhardt wrote: >> On Wednesday 2015-08-19 00:07, Mike Frysinger wrote: >> >Since _BSD_SOURCE is deprecated with newer glibc versions, we get build >> >warnings when using only that define. Add the newer _DEFAULT_SOURCE to >> >quiet things down. >> >> Why do we even need _BSD_SOURCE/_ISOC99_SOURCE/_DEFAULT_SOURCE? The >> thing apparently builds without it (glibc-2.19), too. > >i would check with the guy who committed this ;) > > build: resolve compile abort in libxt_limit on RHEL5 > > libxt_limit.c: In function 'print_rate': > libxt_limit.c:124: error: 'INFINITY' undeclared (first use in > this function) Well if that is the case, have you checked that using _DEFAULT_SOURCE over _ISOC99_SOURCE+_BSD_SOURCE still works on RHEL5? -- 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