K 10 svn:author V 2 jb K 8 svn:date V 27 2007-11-19T07:34:57.000000Z K 7 svn:log V 260 __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). END