summaryrefslogtreecommitdiffstats
path: root/contrib/ntp
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2000-03-03 17:06:31 +0000
committerroberto <roberto@FreeBSD.org>2000-03-03 17:06:31 +0000
commitd8788d2b275e9dbf68b72f30dc0970472290bbc0 (patch)
tree664acdb13c1cb4273e223bd0ce6a12f28c4df0a6 /contrib/ntp
parented02b12b7a4690759970d6b3305de037f8a4d56d (diff)
parenta5a8dc6136fcee95f261a31609a25669038c3861 (diff)
downloadFreeBSD-src-d8788d2b275e9dbf68b72f30dc0970472290bbc0.zip
FreeBSD-src-d8788d2b275e9dbf68b72f30dc0970472290bbc0.tar.gz
This commit was generated by cvs2svn to compensate for changes in r57738,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/ntp')
-rw-r--r--contrib/ntp/ntpd/ntp_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/ntpd/ntp_io.c b/contrib/ntp/ntpd/ntp_io.c
index 6ab7d26..e209d6d 100644
--- a/contrib/ntp/ntpd/ntp_io.c
+++ b/contrib/ntp/ntpd/ntp_io.c
@@ -444,7 +444,7 @@ create_sockets(
continue;
}
# endif /* SYS_WINNT */
- ifreq = *ifr;
+ memcpy(&ifreq, ifr, sizeof(ifreq));
inter_list[i].flags = 0;
/* is it broadcast capable? */
# ifndef SYS_WINNT
OpenPOWER on IntegriCloud