Re: [ANNOUNCE] iproute2 2.6.9-041019

From: Stephen Hemminger
Date: Thu Oct 21 2004 - 07:42:52 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/