Mercurial > emacs
changeset 73584:e049c4ee04b1
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 31 Oct 2006 13:52:32 +0000 |
parents | 75bfdccded78 |
children | 7d264c036b25 |
files | lib-src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Tue Oct 31 13:50:35 2006 +0000 +++ b/lib-src/ChangeLog Tue Oct 31 13:52:32 2006 +0000 @@ -1,3 +1,9 @@ +2006-10-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * emacsclient.c [!WINDOWSNT]: Include <fcntl.h> if available. + (set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO + to set the socket in non-blocking mode. + 2006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change) * emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>.