netdev
[Top] [All Lists]

Re: [ANNOUNCE] iproute2 2.6.9-041019

To: Jeff Chua <jeffchua@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [ANNOUNCE] iproute2 2.6.9-041019
From: Stephen Hemminger <shemminger@xxxxxxxx>
Date: Wed, 20 Oct 2004 09:18:46 -0700
Cc: Linux Kernel <linux-kernel@xxxxxxxxxxxxxxx>, netdev@xxxxxxxxxxx, linux-net@xxxxxxxxxxxxxxx, LARTC@xxxxxxxxxxxxxxx
In-reply-to: <Pine.LNX.4.61.0410200805110.8475@boston.corp.fedex.com>
Organization: Open Source Development Lab
References: <41758014.4080502@osdl.org> <Pine.LNX.4.61.0410200805110.8475@boston.corp.fedex.com>
Sender: netdev-bounce@xxxxxxxxxxx
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>

<Prev in Thread] Current Thread [Next in Thread>