diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-28 22:12:05 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-28 22:12:05 +0000 |
commit | eb0d4d82f98f44e6923aa99a7d333252242c2382 (patch) | |
tree | e913b8cf892117714846d701141d17c4efbb8b92 /chapter03/patches.xml | |
parent | ca54c1f42f20ef9f0068ff517d87109e2ccdbac0 (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 'chapter03/patches.xml')
-rw-r--r-- | chapter03/patches.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 350136839..3b96a9d36 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -155,6 +155,14 @@ </varlistentry> <varlistentry> + <term>Less Signal Fix Patch - <token>&less-signal_fix-patch-size;</token>:</term> + <listitem> + <para>Download: <ulink url="&patches-root;&less-signal_fix-patch;"/></para> + <para>MD5 sum: <literal>&less-signal_fix-patch-md5;</literal></para> + </listitem> + </varlistentry> + + <varlistentry> <term>Linux Unifdef Patch - <token>&linux-unifdef-patch-size;</token>:</term> <listitem> <para>Download: <ulink url="&patches-root;&linux-unifdef-patch;"/></para> |