2006-12-09 00:02:04

by Chris Wright

[permalink] [raw]
Subject: [patch 23/32] NETLINK: Restore API compatibility of address and neighbour bits

-stable review patch. If anyone has any objections, please let us know.
------------------

From: Thomas Graf <[email protected]>

Restore API compatibility due to bits moved from rtnetlink.h to
separate headers.

Signed-off-by: Thomas Graf <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Signed-off-by: Chris Wright <[email protected]>
---
include/linux/rtnetlink.h | 2 ++
1 file changed, 2 insertions(+)

--- linux-2.6.19.orig/include/linux/rtnetlink.h
+++ linux-2.6.19/include/linux/rtnetlink.h
@@ -3,6 +3,8 @@

#include <linux/netlink.h>
#include <linux/if_link.h>
+#include <linux/if_addr.h>
+#include <linux/neighbour.h>

/****
* Routing/neighbour discovery messages.

--