On Tue, Aug 19, 2008 at 9:00 AM, Thomas Petazzoni wrote: > Index: linuxdev/include/linux/igmp.h > +#define ip_check_mc(a, b, c, d) ({ 0; }) > +#define ip_mc_sf_allow(a, b, c, d) ({ 1; }) > +#define ip_mc_init_dev(a) ({ }) > +#define ip_mc_up(a) ({ }) > +#define ip_mc_down(a) ({ }) > +#define ip_mc_destroy_dev(a) ({ }) > +#define ip_mc_init_dev(a) ({ }) > +#define ip_mc_drop_socket(a) ({ }) i thought kernel headers in general use static inline stubs rather than macros so that nested arguments get correct behavior (arg++). -mike -- To unsubscribe from this list: send the line "unsubscribe linux-embedded" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html