diff options
| author | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2003-05-21 11:13:13 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-05-21 11:13:13 -0700 |
| commit | cd862faacf5b7ac6bcf5c1a2af1983bc30b20b56 (patch) | |
| tree | acece7224d7dddaa3e575dac19801bfcdda1e4f8 /include/net/ip.h | |
| parent | 4ad508515ded6a61171dc5d4f3cd6ce853cc92c1 (diff) | |
[IPV4]: Use seq_release_private(), kill ip_seq_release() since no longer used.
Diffstat (limited to 'include/net/ip.h')
| -rw-r--r-- | include/net/ip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ip.h b/include/net/ip.h index a3ecef15c09d..f6a4e017f7bf 100644 --- a/include/net/ip.h +++ b/include/net/ip.h @@ -295,7 +295,6 @@ extern void ip_icmp_error(struct sock *sk, struct sk_buff *skb, int err, extern void ip_local_error(struct sock *sk, int err, u32 daddr, u16 dport, u32 info); -extern int ip_seq_release(struct inode *inode, struct file *file); extern int ipv4_proc_init(void); /* sysctl helpers - any sysctl which holds a value that ends up being |
