aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 434a3955b2c..2f2e5c1b251 100644
--- a/src/process.c
+++ b/src/process.c
@@ -4379,7 +4379,7 @@ network_interface_info (Lisp_Object ifname)
4379 4379
4380 for (it = ifap; it != NULL; it = it->ifa_next) 4380 for (it = ifap; it != NULL; it = it->ifa_next)
4381 { 4381 {
4382 struct sockaddr_dl *sdl = (struct sockaddr_dl*) it->ifa_addr; 4382 struct sockaddr_dl *sdl = (struct sockaddr_dl *) it->ifa_addr;
4383 unsigned char linkaddr[6]; 4383 unsigned char linkaddr[6];
4384 int n; 4384 int n;
4385 4385