diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/findutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 31fc1d2ac..f7ca0578b 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -50,7 +50,7 @@ <screen><userinput remap="pre">sed -i 's/test-lock..EXEEXT.//' tests/Makefile.in</userinput></screen> - <para>Next, make some fixes required by glibc-2.28:</para> + <para>Next, make some fixes required by glibc-2.28 and later:</para> <screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' gl/lib/*.c sed -i '/unistd/a #include <sys/sysmacros.h>' gl/lib/mountlist.c |