cvs commit: src/sys/kern subr_prf.c src/sys/sys systm.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Dec 18 13:03:46 PST 2006
dillon 2006/12/18 13:02:59 PST
DragonFly src repository
Modified files:
sys/kern subr_prf.c
sys/sys systm.h
Log:
Add 'k' versions for printf, sprintf, and snprintf. kprintf, ksprintf, and
ksnprintf. This will allow these functions to be renamed piecemeal without
breaking the source tree.
Revision Changes Path
1.13 +60 -0 src/sys/kern/subr_prf.c
1.51 +3 -0 src/sys/sys/systm.h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/subr_prf.c.diff?r1=1.12&r2=1.13&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/systm.h.diff?r1=1.50&r2=1.51&f=u
More information about the Commits
mailing list