summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-06-22 17:36:41 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-06-22 17:36:41 +0000
commitf0daed1738c35ea0530324a3257d720d32752bd1 (patch)
tree63d3a041417ec5935f3e0aa25e0536751779c671 /sys-kernel/linux-headers/files
parent~amd64 (Manifest recommit) (diff)
downloadgentoo-2-f0daed1738c35ea0530324a3257d720d32752bd1.tar.gz
gentoo-2-f0daed1738c35ea0530324a3257d720d32752bd1.tar.bz2
gentoo-2-f0daed1738c35ea0530324a3257d720d32752bd1.zip
Backporting the 2.6.7 TCP header change upstream so that iproute2 compiles fine on amd64.
Diffstat (limited to 'sys-kernel/linux-headers/files')
-rw-r--r--sys-kernel/linux-headers/files/digest-linux-headers-2.6.6-r11
-rw-r--r--sys-kernel/linux-headers/files/linux-headers-2.6.6-tcp_info-DRS-backport.patch12
2 files changed, 13 insertions, 0 deletions
diff --git a/sys-kernel/linux-headers/files/digest-linux-headers-2.6.6-r1 b/sys-kernel/linux-headers/files/digest-linux-headers-2.6.6-r1
new file mode 100644
index 000000000000..fe3698be5a62
--- /dev/null
+++ b/sys-kernel/linux-headers/files/digest-linux-headers-2.6.6-r1
@@ -0,0 +1 @@
+MD5 5218790bc3db41e77a7422969639a9ad linux-2.6.6.tar.bz2 34896138
diff --git a/sys-kernel/linux-headers/files/linux-headers-2.6.6-tcp_info-DRS-backport.patch b/sys-kernel/linux-headers/files/linux-headers-2.6.6-tcp_info-DRS-backport.patch
new file mode 100644
index 000000000000..de250198d11c
--- /dev/null
+++ b/sys-kernel/linux-headers/files/linux-headers-2.6.6-tcp_info-DRS-backport.patch
@@ -0,0 +1,12 @@
+--- linux-2.6.6/include/linux/tcp.h 2004-06-22 10:14:17 -07:00
++++ linux-2.6.7/include/linux/tcp.h 2004-06-22 10:14:17 -07:00
+@@ -183,6 +183,9 @@
+ __u32 tcpi_snd_cwnd;
+ __u32 tcpi_advmss;
+ __u32 tcpi_reordering;
++
++ __u32 tcpi_rcv_rtt;
++ __u32 tcpi_rcv_space;
+ };
+
+ #ifdef __KERNEL__