Messages in this thread Patch in this message |  | | | Date | Wed, 20 Oct 2004 09:18:46 -0700 | | From | Stephen Hemminger <> | | Subject | Re: [ANNOUNCE] iproute2 2.6.9-041019 |
| |
Similar problem to ss in iptunnel. It was including asm/byteorder.h a kernel header that it didn't need to.
diff -Nru a/ip/iptunnel.c b/ip/iptunnel.c --- a/ip/iptunnel.c 2004-10-20 09:18:36 -07:00 +++ b/ip/iptunnel.c 2004-10-20 09:18:36 -07:00 @@ -26,7 +26,6 @@ #include <netinet/in.h> #include <arpa/inet.h> #include <sys/ioctl.h> -#include <asm/byteorder.h> #include <linux/if.h> #include <linux/if_arp.h> #include <linux/ip.h> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |