patch-2.4.22 linux-2.4.22/net/ipv6/tcp_ipv6.c

Next file: linux-2.4.22/net/ipv6/udp.c
Previous file: linux-2.4.22/net/ipv6/sit.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/net/ipv6/tcp_ipv6.c linux-2.4.22/net/ipv6/tcp_ipv6.c
@@ -351,9 +351,9 @@
 	return tcp_v6_lookup_listener(daddr, hnum, dif);
 }
 
-__inline__ struct sock *tcp_v6_lookup(struct in6_addr *saddr, u16 sport,
-				      struct in6_addr *daddr, u16 dport,
-				      int dif)
+inline struct sock *tcp_v6_lookup(struct in6_addr *saddr, u16 sport,
+				  struct in6_addr *daddr, u16 dport,
+				  int dif)
 {
 	struct sock *sk;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)