Mercurial > emacs
changeset 52526:b2e8d358bdbe
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 17 Sep 2003 21:32:35 +0000 |
parents | fd2be6cea0e7 |
children | 3ea59ac8dfa5 |
files | src/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Sep 17 21:31:53 2003 +0000 +++ b/src/ChangeLog Wed Sep 17 21:32:35 2003 +0000 @@ -1,3 +1,13 @@ +2003-09-17 Kim F. Storm <storm@cua.dk> + + * 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 <fx@gnu.org> * unexalpha.c: Don't include varargs.h.