Date: Sat, 27 Oct 2001 19:38:25 -0700 From: John De Boskey <jwd@FreeBSD.org> To: Current List <freebsd-current@FreeBSD.org> Subject: va_copy patch for stdarg.h Message-ID: <20011027193825.A23332@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011027193825.A23332>