Bläddra i källkod

Remove a note no longer needed and adjust wording

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11798 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Thomas Trepl 5 år sedan
förälder
incheckning
32ac6e2185
1 ändrade filer med 3 tillägg och 2 borttagningar
  1. 3 2
      chapter06/glibc-32.xml

+ 3 - 2
chapter06/glibc-32.xml

@@ -25,12 +25,13 @@
 
 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
 
+<!-- No longer needed
     <para>Fix a problem introduced with the linux-5.2 kernel:</para>
 
 <screen><userinput remap="pre">sed -i '/asm.socket.h/a# include &lt;linux/sockios.h&gt;' \
    sysdeps/unix/sysv/linux/bits/socket.h</userinput></screen>
-
-    <para>Remove a file that may be left over from a previous build attempt:</para>
+-->
+    <para>Temporarily move a file that would get overwritten by the 32-bit builds:</para>
 
 <screen><userinput remap="pre">mv /usr/include/limits.h{,.backup} </userinput></screen>