From 6db2d4b11626da42665c9f5b5995a9072e521af8 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 3 Jan 2002 11:22:07 +0000 Subject: [PATCH] Back out previous change - turns out to be a sparc64 toolchain problem (surprise!) --- dist/ntp/ntpd/ntp_io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/ntp/ntpd/ntp_io.c b/dist/ntp/ntpd/ntp_io.c index bc254030d385..3071e760d4b1 100644 --- a/dist/ntp/ntpd/ntp_io.c +++ b/dist/ntp/ntpd/ntp_io.c @@ -1,4 +1,4 @@ -/* $NetBSD: ntp_io.c,v 1.4 2002/01/02 20:47:37 martin Exp $ */ +/* $NetBSD: ntp_io.c,v 1.5 2002/01/03 11:22:07 martin Exp $ */ /* * ntp_io.c - input/output routines for ntpd. The socket-opening code @@ -446,7 +446,7 @@ create_sockets( continue; } # endif /* SYS_WINNT */ - memcpy(&ifreq, ifr, sizeof ifreq); + ifreq = *ifr; inter_list[i].flags = 0; /* is it broadcast capable? */ # ifndef SYS_WINNT