Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 33821 Details for
Bug 54708
iproute2-2.6.7.20040608 compile error.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
2.6.7-compat.patch
2.6.7-compat.patch (text/plain), 903 bytes, created by
Dennis Freise
on 2004-06-22 05:55:35 UTC
(
hide
)
Description:
2.6.7-compat.patch
Filename:
MIME Type:
Creator:
Dennis Freise
Created:
2004-06-22 05:55:35 UTC
Size:
903 bytes
patch
obsolete
>diff -Naru iproute2-2.6.7.org/misc/ss.c iproute2-2.6.7/misc/ss.c >--- iproute2-2.6.7.org/misc/ss.c 2004-06-09 00:54:51.000000000 +0200 >+++ iproute2-2.6.7/misc/ss.c 2004-06-22 14:38:49.919881558 +0200 >@@ -1318,11 +1318,12 @@ > if (info->tcpi_snd_ssthresh < 0xFFFF) > printf(" ssthresh:%d", info->tcpi_snd_ssthresh); > >- if (info->tcpi_rcv_rtt) >- printf(" rcv_rtt:%g", (double) info->tcpi_rcv_rtt/1000); >- if (info->tcpi_rcv_space) >- printf(" rcv_space:%d", info->tcpi_rcv_space); >+// if (info->tcpi_rcv_rtt) >+// printf(" rcv_rtt:%g", (double) info->tcpi_rcv_rtt/1000); >+// if (info->tcpi_rcv_space) >+// printf(" rcv_space:%d", info->tcpi_rcv_space); > >+#ifdef TCPDIAG_VEGASINFO > if (tb[TCPDIAG_VEGASINFO]) { > const struct tcpvegas_info *vinfo > = RTA_DATA(tb[TCPDIAG_VEGASINFO]); >@@ -1340,6 +1341,7 @@ > 8000000. / (double) vinfo->tcpv_rtt); > } > } >+#endif > } > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54708
: 33821 |
33836