aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gcc.xml4
-rw-r--r--chapter06/sysklogd.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index e7b735914..fe997becf 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -40,11 +40,11 @@
<sect2 role="installation">
<title>Installation of GCC</title>
-
+<!--
<para>First fix a problem identified upstream:</para>
<screen><userinput remap="pre">patch -Np1 -i ../gcc-6.1.0-asan-1.patch</userinput></screen>
-
+-->
<para>The GCC documentation recommends building GCC in a dedicated build directory:</para>
<screen><userinput remap="pre">mkdir -v build
diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml
index 4d866a729..ec70ca23f 100644
--- a/chapter06/sysklogd.xml
+++ b/chapter06/sysklogd.xml
@@ -45,7 +45,7 @@
some conditions in klogd and fix an obsolete program construct:</para>
<screen><userinput remap="pre">sed -i '/Error loading kernel symbols/{n;n;d}' ksym_mod.c
-sed -i 's/union wait/int*/' syslogd.c
+sed -i 's/union wait/int/' syslogd.c
</userinput></screen>
<para>Compile the package:</para>