1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-06 12:10:28 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2006-05-26 00:58:21 +00:00
parent 83af35ed9b
commit 8832641ab8

View file

@ -1,3 +1,11 @@
2006-05-26 Kevin Ryde <user42@zip.com.au>
* 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 <user42@zip.com.au>
* fports.c: Remove "fwrite" declaration under "! HAVE_UNISTD_H".