]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sat, 13 Sep 2003 23:33:41 +0000 (23:33 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 13 Sep 2003 23:33:41 +0000 (23:33 +0000)
ChangeLog
src/ChangeLog

index 2543ffa9eee572f4400df9bca449f7c920304ac9..5d744fc94c5e76c26a8297a48eeb8bcdc881ba26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index cd233fe2811147a5fe4b904ff35b3d944cdd3d5f..5472d07dd1e972dd958fcbbb078617d5b6ace906 100644 (file)
@@ -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.