Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: christos
Date: Thu Mar 9 23:44:43 UTC 2006
Modified Files:
src/lib/libc/sys: adjtime.c clock_settime.c ntp_adjtime.c
settimeofday.c
src/sys/dev: clockctl.c
src/sys/sys: clockctl.h
Log Message:
Do not use SCARG() in userland. Eliminates need for <sys/systm.h>.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/lib/libc/sys/adjtime.c \
src/lib/libc/sys/clock_settime.c src/lib/libc/sys/ntp_adjtime.c
cvs rdiff -r1.7 -r1.8 src/lib/libc/sys/settimeofday.c
cvs rdiff -r1.15 -r1.16 src/sys/dev/clockctl.c
cvs rdiff -r1.12 -r1.13 src/sys/sys/clockctl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index