aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/ncurses-inst.xml3
-rw-r--r--index.xml4
3 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index dd6fed731..1c2eb2b71 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -74,6 +74,9 @@
</itemizedlist>
</para></listitem>
+<listitem><para>May 13th, 2003 [gerard]: Chapter 06 - Ncurses: Added the
+vsscanf patch.</para></listitem>
+
<listitem><para>May 12th, 2003 [gerard]: Chapter 05 - Gzip: Removed
<userinput>make check</userinput>. It doesn't do
anything.</para></listitem>
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml
index a61b32154..1db5cd1e6 100644
--- a/chapter06/ncurses-inst.xml
+++ b/chapter06/ncurses-inst.xml
@@ -3,7 +3,8 @@
<sect2>
<title>Installation of Ncurses</title>
-<para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-version;-etip-2.patch</userinput></screen></para>
+<para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-version;-etip-2.patch
+patch -Np1 -i ../ncurses-&ncurses-version;-vsscanf.patch</userinput></screen></para>
<para>Prepare Ncurses to be compiled:</para>
diff --git a/index.xml b/index.xml
index 8d91fcda7..47ad74e49 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
-<!ENTITY version "20030512">
-<!ENTITY releasedate "May 12th, 2003">
+<!ENTITY version "20030513">
+<!ENTITY releasedate "May 13th, 2003">
<!ENTITY nbsp " ">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">