| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
That's cleaner and it is supposed to fix compiler warnings with gcc 10
reported by Wynn Wolf Arbor <wolf at oriole dot systems> on discuss@.
|
| |
|
|
|
|
|
| |
He reports that on some platforms, it is not possible to use the
same va_list twice. So use va_copy(3) for additional safety.
|
|
Thanks to Sevan Janiyan <venture37 at geeklan dot co dot uk> for
reporting the Solaris 10 issues, to Jan Holzhueter <jh at opencsw
dot org> for some additional insight, and to OpenCSW in general for
providing me with a Solaris 9/10/11 testing environment.
|