diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index adc8898cb..5460f4f02 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,12 @@ 2006-11-25 + + [matthew] - chapter08/kernel.xml: Reworded the warning about + overwriting sanitized kernel headers rather than raw headers, so as + to avoid mentioning the now obsolete Linux-Libc-Headers package. + Fixes #1917 + [matthew] - Upgrade to IANA-Etc-2.20. Fixes #1916 diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 7d410cabe..389871b05 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -141,8 +141,9 @@ cp -r Documentation/* /usr/share/doc/linux-&linux-version; Also, the headers in the system's include directory should always be the ones against which Glibc was compiled, - that is, the ones from the Linux-Libc-Headers package, and therefore, should - never be replaced by the kernel headers. + that is, the sanitised headers from the Linux kernel tarball, and + therefore, should never be replaced by the raw kernel + headers.