
Richard W.M. Jones wrote:
This is very strange. In 2.6.18 vanilla kernel, this macro is present:
http://lxr.linux.no/source/include/linux/sockios.h?v=2.6.18#L120
Does your copy of linux/sockios.h look like that one?
* Authors: Ross Biro, <bir7@leland.Stanford.Edu> 84,85d83 < #define SIOCWANDEV 0x894A /* get/set netdev
No. A diff shows the following results: <diff> 10c10 < * Authors: Ross Biro --- parameters */ < 119,124d116 < /* bridge calls */ < #define SIOCBRADDBR 0x89a0 /* create new bridge device */ < #define SIOCBRDELBR 0x89a1 /* remove bridge device */ < #define SIOCBRADDIF 0x89a2 /* add interface to bridge */ < #define SIOCBRDELIF 0x89a3 /* remove interface from bridge */ </diff> Next step? Cheers, Jan