From: Kim F. Storm Date: Sat, 13 Sep 2003 23:33:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~8840 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6df2a64592c0f679f9cef0dd1f4844e468e085de;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 2543ffa9eee..5d744fc94c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-14 Kim F. Storm + + * configure.in: Add checks for sys/ioctl.h and net/if.h. + 2003-09-12 Luc Teirlinck * Makefile.in (install-arch-indep, uninstall): Add SES manual. diff --git a/src/ChangeLog b/src/ChangeLog index cd233fe2811..5472d07dd1e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2003-09-14 Kim F. Storm + + * 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 * lisp.h (VALBITS): Don't remove 1 for the markbit.