X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libbb%2Fobscure.c;h=19b87523ec6c5a6f17f52dd1d461d4c0ea65de57;hb=9f5a577a3241597cb5e7ba9f6df33c2e3c440e44;hp=1841b27d6aff72335065b812bc7ab2ec7ec18986;hpb=6f1713f216fef686a68db5ee02232bc67e525c7d;p=oweals%2Fbusybox.git diff --git a/libbb/obscure.c b/libbb/obscure.c index 1841b27d6..19b87523e 100644 --- a/libbb/obscure.c +++ b/libbb/obscure.c @@ -157,7 +157,7 @@ static const char *obscure_msg(const char *old_p, const char *new_p, const struc return NULL; } -int obscure(const char *old, const char *newval, const struct passwd *pw) +int FAST_FUNC obscure(const char *old, const char *newval, const struct passwd *pw) { const char *msg;