From: Jan Engelhardt <jengelh@xxxxxxxxxx> Date: Thu, 26 Feb 2009 01:10:25 +0100 (CET) > > On Thursday 2009-02-26 00:51, arnd@xxxxxxxx wrote: > > >Netfilter traditionally uses BSD integer types in its > >interface headers. This changes it to use the Linux > >strict integer types, like everyone else. > > I _strongly disagree_ with this move. Userspace also has the uintX > types via <stdint.h>/<cstdint>, and now you are adding a dependency > on linux/types.h, not to mention that your step can lead to compile > time piling up. > > IMHO, __uXX should be replaced by uintX_t, but a move this great I > will leave to future generations because there is just too much > persisting opinions wrt. such proposal. As such I'd like to join > and persist on my position and that uintX that we have should be kept. Disagreed, I think we should have done what Arnd is doing a long time ago. Ending up with linux/types.h in userspace for these kinds of interfaces is already a fore-gone conclusion, it happens already whether you like it or not. And existing apps will work just fine, since they are already getting stdint.h As for compile time, since you're already getting linux/types.h in your apps it's a non-argument. But even if it was, what are you compiling netfilter utilities on? A VAX? -- 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