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)