(Fnetwork_interface_list, Fnetwork_interface_info):
authorKim F. Storm <storm@cua.dk>
Wed, 17 Sep 2003 21:32:35 +0000 (21:32 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 17 Sep 2003 21:32:35 +0000 (21:32 +0000)
commitb8c7fd71a2bbb70165447069cddc21d19927c591
treea1b8ed0216f66990520b1e01c3f3da251cf6074c
parent8a7bc7b8036666697b8598760a41e4b40751b5cd
(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.
src/ChangeLog
src/process.c