aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2003-09-17 21:32:35 +0000
committerKim F. Storm2003-09-17 21:32:35 +0000
commitb8c7fd71a2bbb70165447069cddc21d19927c591 (patch)
treea1b8ed0216f66990520b1e01c3f3da251cf6074c /src/ChangeLog
parent8a7bc7b8036666697b8598760a41e4b40751b5cd (diff)
downloademacs-b8c7fd71a2bbb70165447069cddc21d19927c591.tar.gz
emacs-b8c7fd71a2bbb70165447069cddc21d19927c591.zip
(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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
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 @@
12003-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
12003-09-17 Dave Love <fx@gnu.org> 112003-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.