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:
parent
83af35ed9b
commit
8832641ab8
1 changed files with 8 additions and 0 deletions
|
@ -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".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue