Module Name: src Committed By: riastradh Date: Tue Oct 30 14:43:39 UTC 2018
Modified Files: src/sys/compat/common: kern_time_30.c src/sys/compat/netbsd32: netbsd32_time.c Log Message: Paranoia: zero COMPAT_30 ntptimeval and 32-bit ntptimeval too. These structs don't have padding but safer to keep the code structured the same way between the various ntp_gettimes in case anyone makes more copypasta of it for future updates. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/compat/common/kern_time_30.c cvs rdiff -u -r1.49 -r1.50 src/sys/compat/netbsd32/netbsd32_time.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.