cvs commit: src/lib/libc/stdio xprintf.c
Konstantin Belousov
kib at FreeBSD.org
Mon Oct 23 07:25:26 UTC 2006
kib 2006-10-23 07:25:25 UTC
FreeBSD src repository
Modified files:
lib/libc/stdio xprintf.c
Log:
Revert the rev. 1.4, it causes breakage on most arches except i386.
Remove the const qualifier from ap argument for __v2printf, that induced
that breakage, and seems to be the real reason for bad code. ap is modified
inside the __v2printf body by va_arg macro.
Pointy hat to: kib
Approved by: pjd (mentor)
Revision Changes Path
1.5 +1 -4 src/lib/libc/stdio/xprintf.c
More information about the cvs-src
mailing list