CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2014/01/21 17:48:37

Modified files:
        sys/kern       : kern_time.c 

Log message:
timeval, timespec, and itimerval have padding on many archs.  If we're
going to copyout one, memset the structure and then set it member by member.
sys_adjtime() does that on copyin instead, as it already has to munge the
members as it goes.

ok deraadt@

Reply via email to