aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index b3c295cecde..9d20d0c2b09 100644
--- a/src/process.c
+++ b/src/process.c
@@ -3726,7 +3726,8 @@ FLAGS is the current flags of the interface. */)
3726 Lisp_Object elt; 3726 Lisp_Object elt;
3727 int s; 3727 int s;
3728 int any = 0; 3728 int any = 0;
3729#if defined(HAVE_GETIFADDRS) 3729#if (! (defined SIOCGIFHWADDR && defined HAVE_STRUCT_IFREQ_IFR_HWADDR) \
3730 && defined HAVE_GETIFADDRS && defined LLADDR)
3730 struct ifaddrs *ifap; 3731 struct ifaddrs *ifap;
3731#endif 3732#endif
3732 3733