diff options
Diffstat (limited to 'libbb/vperror_msg.c')
-rw-r--r-- | libbb/vperror_msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/vperror_msg.c b/libbb/vperror_msg.c index 5c446967a..ed4ac83cd 100644 --- a/libbb/vperror_msg.c +++ b/libbb/vperror_msg.c @@ -25,7 +25,7 @@ #include <stdlib.h> #include "libbb.h" -extern void bb_vperror_msg(const char *s, va_list p) +void bb_vperror_msg(const char *s, va_list p) { int err=errno; if(s == 0) s = ""; |