Date: Mon, 19 Nov 2007 07:34:57 +0000 (UTC) From: John Birrell <jb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sun4v/include stdarg.h Message-ID: <200711190734.lAJ7YvI0049457@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 2007-11-19 07:34:57 UTC
FreeBSD src repository
Modified files:
sys/sun4v/include stdarg.h
Log:
__builtin_stdarg_start was renamed to __builtin_va_start a long
time ago (2002 according to the gcc log). Using the proper name
fixes a warning in src/lib/libc/gen/ulimit.c about the second
argument of va_start() not being the last named (when it really
was).
Revision Changes Path
1.2 +1 -1 src/sys/sun4v/include/stdarg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711190734.lAJ7YvI0049457>
