- small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_copy.

This commit is contained in:
Bernhard Reutner-Fischer
2006-09-12 13:27:55 +00:00
parent 428a5cd0d3
commit b5f50ea344
5 changed files with 10 additions and 19 deletions

View File

@@ -7,12 +7,8 @@
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <syslog.h>
#include "libbb.h"
#include <syslog.h>
int logmode = LOGMODE_STDIO;
const char *msg_eol = "\n";