The Samba-Bugzilla – Attachment 1500 Details for
Bug 3159
VA_COPY() brokenness
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Use va_copy() macro if defined
va_copy.patch (text/plain), 286 bytes, created by
Wayne Davison
on 2005-10-11 11:57:00 UTC
(
hide
)
Description:
Use va_copy() macro if defined
Filename:
MIME Type:
Creator:
Wayne Davison
Created:
2005-10-11 11:57:00 UTC
Size:
286 bytes
patch
obsolete
>--- lib/snprintf.c 21 Feb 2005 17:02:53 -0000 1.9 >+++ lib/snprintf.c 11 Oct 2005 18:52:12 -0000 >@@ -146,7 +146,7 @@ > #endif > > #ifndef VA_COPY >-#ifdef HAVE_VA_COPY >+#if defined HAVE_VA_COPY || defined va_copy > #define VA_COPY(dest, src) va_copy(dest, src) > #else > #ifdef HAVE___VA_COPY
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3159
: 1500