Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2002 17:47:34 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdio vfprintf.c vfwprintf.c
Message-ID:  <200209240047.g8O0lYsk014523@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/09/23 17:47:31 PDT

  Modified files:
    lib/libc/stdio       vfprintf.c vfwprintf.c 
  Log:
  Use the new va_copy macro to copy variable argument lists instead of
  assignment. This is needed on powerpc but is also more correct for the
  other ports.
  
  Submitted by:   grehan
  Tested on:      alpha, i386, sparc64
  
  Revision  Changes    Path
  1.48      +1 -1      src/lib/libc/stdio/vfprintf.c
  1.2       +1 -1      src/lib/libc/stdio/vfwprintf.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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