[Bug 2315] OpenSSH 6.7p1 on AIX 7.1 compile issue
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Jun 5 13:55:22 AEST 2015
https://bugzilla.mindrot.org/show_bug.cgi?id=2315
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #3 from Damien Miller <djm at mindrot.org> ---
Does this still need fixing? Darren committed this last year:
Author: Darren Tucker <dtucker at zip.com.au>
Date: Thu Jun 12 05:22:49 2014 +1000
- (dtucker) [defines.h] Add va_copy if we don't already have it,
taken from
openbsd-compat/bsd-asprintf.c
--- a/defines.h
+++ b/defines.h
...
+#ifndef HAVE_VA_COPY
+# ifdef HAVE___VA_COPY
+# define va_copy(dest, src) __va_copy(dest, src)
+# else
+# define va_copy(dest, src) (dest) = (src)
+# endif
+#endif
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list