patch-2.4.17 linux/net/core/rtnetlink.c
Next file: linux/net/core/scm.c
Previous file: linux/net/core/neighbour.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/net/core/rtnetlink.c
- Orig date:
Sun Aug 5 20:12:41 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/net/core/rtnetlink.c linux/net/core/rtnetlink.c
@@ -77,15 +77,10 @@
return 0;
}
-#ifdef CONFIG_RTNETLINK
struct sock *rtnl;
struct rtnetlink_link * rtnetlink_links[NPROTO];
-#define _S 1 /* superuser privileges required */
-#define _X 2 /* exclusive access to tables required */
-#define _G 4 /* GET request */
-
static const int rtm_min[(RTM_MAX+1-RTM_BASE)/4] =
{
NLMSG_LENGTH(sizeof(struct ifinfomsg)),
@@ -533,7 +528,3 @@
rtnetlink_links[PF_UNSPEC] = link_rtnetlink_table;
rtnetlink_links[PF_PACKET] = link_rtnetlink_table;
}
-
-
-
-#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)