diff options
| author | Juanma Barranquero | 2006-11-02 09:55:33 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-02 09:55:33 +0000 |
| commit | 1e7823d0610945d420922081f678e60e5cf6df2a (patch) | |
| tree | 30b7f28ed3944146dfa212afa77bd5ae156b97da /lib-src/ChangeLog | |
| parent | 98644ad4a01f5400f8ae3538aa3debbf69727fbd (diff) | |
| download | emacs-1e7823d0610945d420922081f678e60e5cf6df2a.tar.gz emacs-1e7823d0610945d420922081f678e60e5cf6df2a.zip | |
[WINDOWSNT]: Define HAVE_INET_SOCKETS.
[!WINDOWSNT]: Include <netinet/in.h> if available.
[HAVE_SOCKETS]: Also require HAVE_INET_SOCKETS.
(IOCTL, IOCTL_BOOL_ARG): Remove.
(set_tcp_socket): Don't set the socket in blocking mode. Remove c_arg.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2c8ee548bd7..d187697226e 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2006-11-02 Tim Van Holder <tim.vanholder@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * emacsclient.c [WINDOWSNT]: Define HAVE_INET_SOCKETS. | ||
| 4 | [!WINDOWSNT]: Include <netinet/in.h> if available. | ||
| 5 | [HAVE_SOCKETS]: Also require HAVE_INET_SOCKETS. | ||
| 6 | (IOCTL, IOCTL_BOOL_ARG): Remove. | ||
| 7 | (set_tcp_socket): Don't set the socket in blocking mode. | ||
| 8 | Remove c_arg. | ||
| 9 | |||
| 1 | 2006-11-01 Juanma Barranquero <lekktu@gmail.com> | 10 | 2006-11-01 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 11 | ||
| 3 | * emacsclient.c (fail) [WINDOWSNT]: Force the first argv passed to | 12 | * emacsclient.c (fail) [WINDOWSNT]: Force the first argv passed to |