diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9a2807a9f1b..7438e98c6a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 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. |