diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 00:35:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 00:35:53 +0000 |
commit | e7bdd78289b21e3f30cf0598d0af6d8a407e6685 (patch) | |
tree | 66cac1edb835ca3b77160af8ec5f6c1d123cdae6 | |
parent | QA: kde-base -> kde, newdepend -> DEPEND, need-kde after R/DEPEND (Manifest r... (diff) | |
download | gentoo-2-e7bdd78289b21e3f30cf0598d0af6d8a407e6685.tar.gz gentoo-2-e7bdd78289b21e3f30cf0598d0af6d8a407e6685.tar.bz2 gentoo-2-e7bdd78289b21e3f30cf0598d0af6d8a407e6685.zip |
not all linux-headers-2.6.6 have the patch to make this work, so lets depend on 2.6.7
-rw-r--r-- | sys-apps/iproute2/files/2.6.7.20040608-misc-gentoo-fixes.patch | 2 |
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) |