Module Name: src Committed By: martin Date: Wed Jun 21 21:16:09 UTC 2023
Modified Files: src/sys/compat/common [netbsd-8]: kern_time_30.c src/sys/compat/netbsd32 [netbsd-8]: netbsd32_time.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1839): sys/compat/common/kern_time_30.c: revision 1.6 sys/compat/netbsd32/netbsd32_time.c: revision 1.50 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.5.8.1 src/sys/compat/common/kern_time_30.c cvs rdiff -u -r1.49.6.1 -r1.49.6.2 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.