ash: builtin: Mark more regular built-ins
[oweals/busybox.git] / libbb / change_identity.c
index 431f72c8c81a43438524e3955addebf8002a1c27..9ff74123438d92ad4d05069f057d99e4533c72d7 100644 (file)
@@ -27,7 +27,6 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  */
-
 #include "libbb.h"
 
 /* Become the user and group(s) specified by PW.  */
@@ -52,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);