- small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_copy.
This commit is contained in:
@@ -7,13 +7,8 @@
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <netdb.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "libbb.h"
|
||||
|
||||
|
||||
void bb_vherror_msg(const char *s, va_list p)
|
||||
{
|
||||
bb_verror_msg(s, p, hstrerror(h_errno));
|
||||
|
||||
Reference in New Issue
Block a user