> * lib/binary-io.h (SET_BINARY): put fd in binary mode if it is not a > console on EMX.
A changelog entry should usually specify the difference between the previous behaviour and the new behaviour. Therefore here it should better read: * lib/binary-io.h (SET_BINARY): Don't put fd in binary mode if it is a console on EMX. Bruno