emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Wed, 17 Sep 2003 17:32:36 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3369 emacs/src/ChangeLog:1.3370
*** emacs/src/ChangeLog:1.3369  Wed Sep 17 09:30:23 2003
--- emacs/src/ChangeLog Wed Sep 17 17:32:35 2003
***************
*** 1,3 ****
--- 1,13 ----
+ 2003-09-17  Kim F. Storm  <address@hidden>
+ 
+       * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
+       Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
+       (Fnetwork_interface_info): Check that ifreq struct has required
+       fields before accessing them; this requires that those fields are
+       defined as macros, which may be too restrictive on some platforms,
+       but it is better than failing on other platforms.
+       (syms_of_process): Only defsubr above fns when included.
+ 
  2003-09-17  Dave Love  <address@hidden>
  
        * unexalpha.c: Don't include varargs.h.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]