aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/linux-libc-headers.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/linux-libc-headers.xml')
-rw-r--r--chapter05/linux-libc-headers.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter05/linux-libc-headers.xml b/chapter05/linux-libc-headers.xml
index a74ce26e3..bfbc637f3 100644
--- a/chapter05/linux-libc-headers.xml
+++ b/chapter05/linux-libc-headers.xml
@@ -24,12 +24,6 @@
<sect2 role="installation">
<title>Installation of Linux-Libc-Headers</title>
-<para>For years it has been common practice to use so-called <quote>raw</quote>
-kernel headers (straight from a kernel tarball) in <filename class="directory">/usr/include</filename>, but over the
-last few years, the kernel developers have taken a strong stance that such
-things should not be done. Thus was born the linux-libc-headers project,
-designed to maintain an API stable version of the Linux headers.</para>
-
<para>Install the header files:</para>
<screen><userinput>cp -R include/asm-i386 /tools/include/asm