]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Fix a regression introduced to timepps-Solaris.h
authorHarlan Stenn <stenn@ntp.org>
Sun, 4 Jan 2015 09:48:35 +0000 (04:48 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sun, 4 Jan 2015 09:48:35 +0000 (04:48 -0500)
bk: 54a90c73bm_cKpNbrWWrw0W4ha2wWQ

ChangeLog
include/timepps-Solaris.h

index 49dd215f2b01bc0ad88cc63b4260231b84176498..5624dd9ba6f0f58518ca4c37470510bf4f587c1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 ---
 
+* Fix a regression introduced to timepps-Solaris.h as part of:
+  [Bug 1206] Required compiler changes for Windows
+  (4.2.5p181) 2009/06/06
+* [Bug 1084] PPSAPI for ntpd on Windows with DLL backends
 * [Bug 2695] Build problem on Windows (sys/socket.h).
 * [Bug 2715] mdnstries option for ntp.conf from NetBSD.
 ---
index a2b1fbe3b677b00dd5c835083ad98ab185027efc..bcae382fe47f55c8e6066bdf270a1ae54435ad64 100644 (file)
@@ -413,7 +413,7 @@ time_pps_getparams(
        }
 
        punit = (pps_unit_t *)handle;
-       memcpy(params, &punit->params, sizeof(params));
+       memcpy(params, &punit->params, sizeof(*params));
        return (0);
 }