v[hp]error_msg have 2-3 callsites only -> incorporate there.
This commit is contained in:
@ -14,6 +14,6 @@ void bb_herror_msg(const char *s, ...)
|
||||
va_list p;
|
||||
|
||||
va_start(p, s);
|
||||
bb_vherror_msg(s, p);
|
||||
bb_verror_msg(s, p, hstrerror(h_errno));
|
||||
va_end(p);
|
||||
}
|
||||
|
Reference in New Issue
Block a user