Module Name: src Committed By: njoly Date: Mon Mar 29 15:34:07 UTC 2010
Modified Files: src/sys/compat/linux/common: linux_time.c src/sys/compat/linux32/common: linux32_time.c src/sys/compat/netbsd32: netbsd32_compat_50.c netbsd32_time.c Log Message: Convert linux/linux32/netbsd32 clock_settime syscalls, to use the common clock_settime1() function. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/compat/linux/common/linux_time.c cvs rdiff -u -r1.29 -r1.30 src/sys/compat/linux32/common/linux32_time.c cvs rdiff -u -r1.12 -r1.13 src/sys/compat/netbsd32/netbsd32_compat_50.c cvs rdiff -u -r1.38 -r1.39 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.