X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=libbb%2Ferror_msg.c;h=802fd5715eae523798831956811833861b4020ae;hb=96c45b0e0bda5bf47c03682c8fcbeae7ade89386;hp=b2141f3a202dd360b503decab5f4c7134dfd8083;hpb=3538b9a8822421b7c8596a33a917dcf2f99c92b7;p=oweals%2Fbusybox.git diff --git a/libbb/error_msg.c b/libbb/error_msg.c index b2141f3a2..802fd5715 100644 --- a/libbb/error_msg.c +++ b/libbb/error_msg.c @@ -7,13 +7,9 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include -#include -#include -#include #include "libbb.h" -void bb_error_msg(const char *s, ...) +void FAST_FUNC bb_error_msg(const char *s, ...) { va_list p;