Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15063] net-tools 1.60 fails to compile using 2.6.28 sanitized headers

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15063] net-tools 1.60 fails to compile using 2.6.28 sanitized headers
  • Date: 7 Feb 2009 07:17:51 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15063





--- Comment #1 from Eric Sandall <sandalle AT sourcemage.org> 2009-02-07
01:17:50 ---
The thread
http://groups.google.com/group/linux.kernel/browse_thread/thread/b44f999d1fc42843
has a solution. On Feb 3 Brian Miller committed the following to the kernel
tree to try and fix it:
diff --git a/include/linux/if_tunnel.h b/include/linux/if_tunnel.h
index aeab2cb..82c4362 100644
--- a/include/linux/if_tunnel.h
+++ b/include/linux/if_tunnel.h
@@ -2,7 +2,10 @@
#define _IF_TUNNEL_H_

#include <linux/types.h>
+
+#ifdef __KERNEL__
#include <linux/ip.h>
+#endif

#define SIOCGETTUNNEL (SIOCDEVPRIVATE + 0)
#define SIOCADDTUNNEL (SIOCDEVPRIVATE + 1)

Once this makes it to a stable release we can close this as FIXED via
upstream.
:)


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page