summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/iproute2/files/2.6.7.20040608-misc-gentoo-fixes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/iproute2/files/2.6.7.20040608-misc-gentoo-fixes.patch b/sys-apps/iproute2/files/2.6.7.20040608-misc-gentoo-fixes.patch
index 7acde047b2d4..ead416350e22 100644
--- a/sys-apps/iproute2/files/2.6.7.20040608-misc-gentoo-fixes.patch
+++ b/sys-apps/iproute2/files/2.6.7.20040608-misc-gentoo-fixes.patch
@@ -73,7 +73,7 @@ diff -ur iproute2-2.6.7.orig/misc/ss.c iproute2-2.6.7/misc/ss.c
if (info->tcpi_snd_ssthresh < 0xFFFF)
printf(" ssthresh:%d", info->tcpi_snd_ssthresh);
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,6)
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,7)
if (info->tcpi_rcv_rtt)
printf(" rcv_rtt:%g", (double) info->tcpi_rcv_rtt/1000);
if (info->tcpi_rcv_space)