From 8832641ab8602d31fd9d4ba408572a081f70a9df Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 26 May 2006 00:58:21 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index c9b29af21..a7e0d1bb5 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,11 @@ +2006-05-26 Kevin Ryde + + * fports.c (fport_input_waiting): For ioctl, check HAVE_IOCTL as well + as defined(FIONREAD), since mingw has FIONREAD but not ioctl(). + Reported by "The Senator". + For select and ioctl, move fdes into those conditionals, to avoid + unused variable warning when neither of those used. + 2006-05-23 Kevin Ryde * fports.c: Remove "fwrite" declaration under "! HAVE_UNISTD_H".