2 changed files with 16 additions and 1 deletions
@ -0,0 +1,12 @@
|
||||
--- 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
|
Loading…
Reference in new issue