Mercurial > emacs
changeset 52502:9afe1154d52b
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 13 Sep 2003 23:33:41 +0000 |
parents | 5b01b59df405 |
children | 256a27a47af1 |
files | ChangeLog src/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Sep 13 23:31:33 2003 +0000 +++ b/ChangeLog Sat Sep 13 23:33:41 2003 +0000 @@ -1,3 +1,7 @@ +2003-09-14 Kim F. Storm <storm@cua.dk> + + * configure.in: Add checks for sys/ioctl.h and net/if.h. + 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu> * Makefile.in (install-arch-indep, uninstall): Add SES manual.
--- a/src/ChangeLog Sat Sep 13 23:31:33 2003 +0000 +++ b/src/ChangeLog Sat Sep 13 23:33:41 2003 +0000 @@ -1,3 +1,11 @@ +2003-09-14 Kim F. Storm <storm@cua.dk> + + * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h. + (Fnetwork_interface_list, Fget_network_interface_info): New defuns. + (syms_of_process): Defsubr them. + + * config.in: Regenerate. + 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca> * lisp.h (VALBITS): Don't remove 1 for the markbit.