- don't free user-supplied string (via -e)
[oweals/busybox.git] / libbb / update_passwd.c
index d10e863c6c63de728e6c818e54993b5a4de3a4c7..88bc28ca93a01a75ed5b63f6c5d67a31f8fdcd85 100644 (file)
@@ -36,7 +36,7 @@ static void check_selinux_update_passwd(const char *username)
 #define check_selinux_update_passwd(username) ((void)0)
 #endif
 
-int update_passwd(const char *filename, const char *username,
+int FAST_FUNC update_passwd(const char *filename, const char *username,
                        const char *new_pw)
 {
        struct stat sb;