ash: builtin: Mark more regular built-ins
[oweals/busybox.git] / libbb / change_identity.c
index 20d7c5f2dd606be26a4e3af4bf4e781e4b7991d4..9ff74123438d92ad4d05069f057d99e4533c72d7 100644 (file)
@@ -51,7 +51,7 @@ void FAST_FUNC change_identity(const struct passwd *pw)
                        return;
                }
 
-               bb_perror_msg_and_die("can't set groups");
+               bb_simple_perror_msg_and_die("can't set groups");
        }
 
        xsetgid(pw->pw_gid);