From owner-freebsd-current Sat Oct 27 19:38:29 2001 Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 821) id A1AD337B403; Sat, 27 Oct 2001 19:38:25 -0700 (PDT) Date: Sat, 27 Oct 2001 19:38:25 -0700 From: John De Boskey To: Current List Subject: va_copy patch for stdarg.h Message-ID: <20011027193825.A23332@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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