diff options
| author | Juanma Barranquero | 2006-10-31 13:52:32 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-10-31 13:52:32 +0000 |
| commit | 95d0feaa4a914e897f202c5c0b1d8ea14524620a (patch) | |
| tree | bcdd6ed68f6c5daed71bdd3fccf3917d828e113f /lib-src/ChangeLog | |
| parent | d4fa60c883cfddb62f64c59062f18c784fcbe67e (diff) | |
| download | emacs-95d0feaa4a914e897f202c5c0b1d8ea14524620a.tar.gz emacs-95d0feaa4a914e897f202c5c0b1d8ea14524620a.zip | |
[!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.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index b3ac07ec269..939cb1b24c0 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-10-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * emacsclient.c [!WINDOWSNT]: Include <fcntl.h> if available. | ||
| 4 | (set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO | ||
| 5 | to set the socket in non-blocking mode. | ||
| 6 | |||
| 1 | 2006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change) | 7 | 2006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change) |
| 2 | 8 | ||
| 3 | * emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>. | 9 | * emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>. |