From 0c4489817de6c67d1ab3668127ac79969347c24f Mon Sep 17 00:00:00 2001 From: Rami Rosen Date: Tue, 1 Jan 2008 21:13:09 -0800 Subject: [PATCH] --- yaml --- r: 78663 b: refs/heads/master c: b798232fcc1c608433e1927df1d49b13b066b698 h: refs/heads/master i: 78661: 138c2da18e7ed295e8f55137e11ec5bfa58842ba 78659: 119eefe4e1ed1486ce79a20b0e69f1087f04d976 78655: b24b28e3ffbb0b3a2f4cbe4c882d816b068db32e v: v3 --- [refs] | 2 +- trunk/include/net/ip.h | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 7f26acedd573..2c668c90a44a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f1862b0ae2294f6970f695abf02392d025e02dbe +refs/heads/master: b798232fcc1c608433e1927df1d49b13b066b698 diff --git a/trunk/include/net/ip.h b/trunk/include/net/ip.h index 571bcf2a1cff..cbeb97d38860 100644 --- a/trunk/include/net/ip.h +++ b/trunk/include/net/ip.h @@ -82,8 +82,6 @@ struct packet_type; struct rtable; struct sockaddr; -extern void ip_mc_dropsocket(struct sock *); -extern void ip_mc_dropdevice(struct net_device *dev); extern int igmp_mc_proc_init(void); /* @@ -321,7 +319,7 @@ static __inline__ void inet_reset_saddr(struct sock *sk) extern int ip_call_ra_chain(struct sk_buff *skb); /* - * Functions provided by ip_fragment.o + * Functions provided by ip_fragment.c */ enum ip_defrag_users @@ -344,7 +342,6 @@ int ip_frag_nqueues(void); */ extern int ip_forward(struct sk_buff *skb); -extern int ip_net_unreachable(struct sk_buff *skb); /* * Functions provided by ip_options.c