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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to