Mercurial > emacs
comparison src/ChangeLog @ 52526:b2e8d358bdbe
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 17 Sep 2003 21:32:35 +0000 |
parents | eb10e3fe4d13 |
children | 31ec35eae895 |
comparison
equal
deleted
inserted
replaced
52525:fd2be6cea0e7 | 52526:b2e8d358bdbe |
---|---|
1 2003-09-17 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * process.c (Fnetwork_interface_list, Fnetwork_interface_info): | |
4 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns. | |
5 (Fnetwork_interface_info): Check that ifreq struct has required | |
6 fields before accessing them; this requires that those fields are | |
7 defined as macros, which may be too restrictive on some platforms, | |
8 but it is better than failing on other platforms. | |
9 (syms_of_process): Only defsubr above fns when included. | |
10 | |
1 2003-09-17 Dave Love <fx@gnu.org> | 11 2003-09-17 Dave Love <fx@gnu.org> |
2 | 12 |
3 * unexalpha.c: Don't include varargs.h. | 13 * unexalpha.c: Don't include varargs.h. |
4 | 14 |
5 2003-09-17 Kim F. Storm <storm@cua.dk> | 15 2003-09-17 Kim F. Storm <storm@cua.dk> |