diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-12 13:27:55 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-12 13:27:55 +0000 |
commit | 46b85d86c303c7a7bac4ffd4b07ddd67ccc6686d (patch) | |
tree | 98fdcda294822aa89f2e7bad386d53dac71e2ff7 /libbb/vherror_msg.c | |
parent | 4e36ee1b92d6fac155e64172cffca124a4522db5 (diff) | |
download | busybox-w32-46b85d86c303c7a7bac4ffd4b07ddd67ccc6686d.tar.gz busybox-w32-46b85d86c303c7a7bac4ffd4b07ddd67ccc6686d.tar.bz2 busybox-w32-46b85d86c303c7a7bac4ffd4b07ddd67ccc6686d.zip |
- small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_copy.
git-svn-id: svn://busybox.net/trunk/busybox@16107 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb/vherror_msg.c')
-rw-r--r-- | libbb/vherror_msg.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libbb/vherror_msg.c b/libbb/vherror_msg.c index 7d9fc432a..04446a090 100644 --- a/libbb/vherror_msg.c +++ b/libbb/vherror_msg.c | |||
@@ -7,13 +7,8 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include <stdarg.h> | ||
11 | #include <netdb.h> | ||
12 | #include <stdio.h> | ||
13 | |||
14 | #include "libbb.h" | 10 | #include "libbb.h" |
15 | 11 | ||
16 | |||
17 | void bb_vherror_msg(const char *s, va_list p) | 12 | void bb_vherror_msg(const char *s, va_list p) |
18 | { | 13 | { |
19 | bb_verror_msg(s, p, hstrerror(h_errno)); | 14 | bb_verror_msg(s, p, hstrerror(h_errno)); |