We don't seem to have va_copy() in stdarg.h. Any reason not to commit the following?
Index: sys/i386/include/stdarg.h =================================================================== RCS file: /home/ncvs/src/sys/i386/include/stdarg.h,v retrieving revision 1.11 diff -r1.11 stdarg.h 57a58,59 > #define va_copy(d,s) ((va_list)(d) = (va_list)(s)) > which can also be found at: http://people.freebsd.org/~jwd/va_copy.patch -John To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message