From eb0d4d82f98f44e6923aa99a7d333252242c2382 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 28 Oct 2006 22:12:05 +0000 Subject: 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 --- chapter01/changelog.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'chapter01/changelog.xml') diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 196a7514d..0da038229 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,13 @@ 2006-10-28 + + [matthew] - Fix a bug in Less whereby the sigset_t + type is not detected by the configure script, which + causes sigsetmask to be used instead of the + preferred sigprocmask function. Thanks to Robert + Connolly for the report and patch. + [matthew] - Upgrade to IPRoute2-2.6.18-20061002. -- cgit v1.2.3-54-g00ecf