? autoh1412
? autoh1942
? binarymode.patch
? confdefs.h
Index: libguile/fports.c
===================================================================
RCS file: /cvs/guile/guile-core/libguile/fports.c,v
retrieving revision 1.82
diff -r1.82 fports.c
310c310,311
< 	case 'b':  /* 'binary' mode: ignored.  */
---
> 	case 'b':  /* 'binary' mode: apply binary flag.  */
> 	  flags = (flags & ~O_TEXT) | O_BINARY
