aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-08-24 22:49:58 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-08-24 22:49:58 +0000
commit459481195ac0d4738a9d200a1b5d470ac92b9bc4 (patch)
tree7dca71714aee65498bcd6cacb41baf1202dc2d1c /chapter06
parent8a7a7e9575f69bca337b304e5b748e72c5433e66 (diff)
Remove a redundant fix for a buffer overflow in Coreutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7777 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/coreutils.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index bc614c205..a8cc1a621 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -64,11 +64,6 @@
without this patch.</para>
</note>
- <para>It has been found that translated messages sometimes overflow a buffer
- in the <command>who -Hu</command> command. Increase the buffer size:</para>
-
-<screen><userinput>sed -i 's/_LEN 6/_LEN 20/' src/who.c</userinput></screen>
-
<para>Now prepare Coreutils for compilation:</para>
<screen><userinput>./configure --prefix=/usr</userinput></screen>