summaryrefslogtreecommitdiff
path: root/os-patches
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-13 18:34:10 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-13 18:34:10 +0000
commit0ae12eba9ba9e91cb61817f48677f06f3c0e1f76 (patch)
tree972266428ac45e75bb0ddb68780726d0e5349683 /os-patches
parent6e2298cf8969ab1ec56e5ecd643a8581903732cd (diff)
downloadATCD-0ae12eba9ba9e91cb61817f48677f06f3c0e1f76.tar.gz
af_inet.c patch is only needed through LInux 2.0.34.
Diffstat (limited to 'os-patches')
-rw-r--r--os-patches/linux-patches.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/os-patches/linux-patches.html b/os-patches/linux-patches.html
index effca64d1d1..6e5a17d7876 100644
--- a/os-patches/linux-patches.html
+++ b/os-patches/linux-patches.html
@@ -42,10 +42,10 @@ below.<p>
<strong><blink><font color="#ff0000">WARNING:</font></blink></strong>
There is a bug in <code>getsockname ()</code> on versions of Linux
-through 2.0.30, at least. <code>getsockname ()</code> returns an
-Internet host address of 127.0.0.1 (localhost) instead of 0.0.0.0 for
-sockets that aren't connected. This bug prevents TAO servers from
-working correctly. To fix it, comment out these two lines in function
+through 2.0.34. <code>getsockname ()</code> returns an Internet host
+address of 127.0.0.1 (localhost) instead of 0.0.0.0 for sockets that
+aren't connected. This bug prevents TAO servers from working
+correctly. To fix it, comment out these two lines in function
<code>inet_getname ()</code> in
<code>/usr/src/linux/net/ipv4/af_inet.c</code>: