You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
317 B

--- ntpd/ntp_io.c.orig Thu Jan 3 05:03:15 2002
+++ ntpd/ntp_io.c Sun Jun 30 10:57:50 2002
@@ -437,7 +437,8 @@
continue;
}
# endif /* SYS_WINNT */
- ifreq = *ifr;
+ /* ifreq = *ifr; */
+ memmove(&ifreq, ifr, sizeof(ifreq));
inter_list[i].flags = 0;
/* is it broadcast capable? */
# ifndef SYS_WINNT