aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-11-15 23:34:44 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2021-11-15 23:34:44 +0800
commit394bd9caff6a2273231ec26511505648084d8e91 (patch)
tree4be6dcfc342da1850f95de0c0b0bba92a525be0c /chapter08
parent0d78c2c1798784b696bf75d47f5d301ecbe260e7 (diff)
systemd: minor reword for Linux header >= 5.14 issue
It does not affect using systemd with Linux >= 5.14, but only affects building systemd with kernel header >= 5.14.
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/systemd.xml3
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>