aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-10-28 22:12:05 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-10-28 22:12:05 +0000
commiteb0d4d82f98f44e6923aa99a7d333252242c2382 (patch)
treee913b8cf892117714846d701141d17c4efbb8b92 /chapter01
parentca54c1f42f20ef9f0068ff517d87109e2ccdbac0 (diff)
Fix a bug in Less whereby the deprecated sigsetmask function was being used instead of sigprocmask
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml7
-rw-r--r--chapter01/whatsnew.xml3
2 files changed, 10 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 196a7514d..0da038229 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,13 @@
<para>2006-10-28</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Fix a bug in Less whereby the <type>sigset_t</type>
+ type is not detected by the <command>configure</command> script, which
+ causes <function>sigsetmask</function> to be used instead of the
+ preferred <function>sigprocmask</function> function. Thanks to Robert
+ Connolly for the report and patch.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to IPRoute2-2.6.18-20061002.</para>
</listitem>
<listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index aaba1e80f..308568324 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -205,6 +205,9 @@
<para>&bash-comment-patch;</para>
</listitem>
<listitem>
+ <para>&less-signal_fix-patch;</para>
+ </listitem>
+ <listitem>
<para>&linux-unifdef-patch;</para>
</listitem>
<listitem>