diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/systemd.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index a8c74d177..ec0ffc4a4 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -63,7 +63,8 @@ <screen><userinput remap="pre">sed -i 's/+ want_libfuzzer.*$/and want_libfuzzer/' meson.build</userinput></screen> - <para>Fix a problem when using a kernel version 5.14 and later:</para> + <para>Fix a problem when building with kernel headers from Linux-5.14 and + later:</para> <screen><userinput remap="pre">sed -i '/ARPHRD_CAN/a#define ARPHRD_MCTP 290' src/basic/linux/if_arp.h</userinput></screen> |