diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-12-13 23:23:32 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-03 13:10:49 -0800 |
commit | 34ca6860810342441f801226b19ae6c9e0ecb34f (patch) | |
tree | 4daae6985e70f28100f2244e73fcd70394f180b9 /net/dccp/dccp.h | |
parent | 3cf3dc6c2e05e67b12e522f547c0b71d509a516c (diff) | |
download | blackbird-obmc-linux-34ca6860810342441f801226b19ae6c9e0ecb34f.tar.gz blackbird-obmc-linux-34ca6860810342441f801226b19ae6c9e0ecb34f.zip |
[DCCP]: Just rename dccp_v4_prot to dccp_prot
To match TCP equivalent.
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r-- | net/dccp/dccp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h index f97b85d55ad8..e711f850053b 100644 --- a/net/dccp/dccp.h +++ b/net/dccp/dccp.h @@ -59,7 +59,7 @@ extern void dccp_time_wait(struct sock *sk, int state, int timeo); #define DCCP_RTO_MAX ((unsigned)(120 * HZ)) /* FIXME: using TCP value */ -extern struct proto dccp_v4_prot; +extern struct proto dccp_prot; /* is seq1 < seq2 ? */ static inline int before48(const u64 seq1, const u64 seq2) |