Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2006 07:25:25 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdio xprintf.c
Message-ID:  <200610230725.k9N7PP2l067823@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610230725.k9N7PP2l067823>