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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/vherror_msg.c b/libbb/vherror_msg.c
index ee0bb5009..44f6ebd28 100644
--- a/libbb/vherror_msg.c
+++ b/libbb/vherror_msg.c
@@ -27,12 +27,11 @@
#include <stdarg.h>
#include <netdb.h>
-extern int h_errno;
-
#include <stdio.h>
#include "libbb.h"
+
extern void vherror_msg(const char *s, va_list p)
{
if(s == 0)