]> git.hungrycats.org Git - linux/commitdiff
[TCP]: Fix tcp_put_port declaration.
authorDavid S. Miller <davem@nuts.ninka.net>
Wed, 8 Jan 2003 17:19:11 +0000 (09:19 -0800)
committerDavid S. Miller <davem@nuts.ninka.net>
Wed, 8 Jan 2003 17:19:11 +0000 (09:19 -0800)
include/net/tcp.h

index fbbfd588daf17c00ba0034fc26c06595ece59318..2f564c25c4bd2a87166d126ade51c77d68e86f5b 100644 (file)
@@ -637,7 +637,7 @@ DECLARE_SNMP_STAT(struct tcp_mib, tcp_statistics);
 #define TCP_INC_STATS_USER(field)      SNMP_INC_STATS_USER(tcp_statistics, field)
 #define TCP_DEC_STATS(field)           SNMP_DEC_STATS(tcp_statistics, field)
 
-extern void                    tcp_put_port(struct sock *sk);
+extern __inline__ void         tcp_put_port(struct sock *sk);
 extern void                    tcp_inherit_port(struct sock *sk, struct sock *child);
 
 extern void                    tcp_v4_err(struct sk_buff *skb, u32);