diff options
Diffstat (limited to 'libbb/obscure.c')
-rw-r--r-- | libbb/obscure.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |