Module Name: src Committed By: apb Date: Wed Jan 4 13:45:55 UTC 2012
Modified Files: src/sys/compat/common: kern_time_50.c src/sys/compat/sys: clockctl.h Log Message: Provide a COMPAT_50 version of the CLOCKCTL_NTP_ADJTIME ioctl. When time_t was changed from 32 to 64 bits, this ioctl's number was changed from _IOWR('C', 0x4, struct clockctl_ntp_adjtime) to _IOWR('C', 0x8, struct clockctl_ntp_adjtime), but the data structure did not change, so all the compat code has to do is change the number and try again. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/compat/common/kern_time_50.c cvs rdiff -u -r1.2 -r1.3 src/sys/compat/sys/clockctl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.