aboutsummaryrefslogtreecommitdiff
path: root/libbb/vherror_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/vherror_msg.c')
-rw-r--r--libbb/vherror_msg.c5
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
17void bb_vherror_msg(const char *s, va_list p) 12void 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));