aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/sysklogd.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/sysklogd.xml')
-rw-r--r--chapter06/sysklogd.xml2
1 files changed, 1 insertions, 1 deletions
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>