ash: builtin: Mark more regular built-ins
[oweals/busybox.git] / libbb / change_identity.c
index d48d863264081521c974f70dc5c039c17293303e..9ff74123438d92ad4d05069f057d99e4533c72d7 100644 (file)
@@ -15,7 +15,7 @@
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
- * THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
+ * THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ''AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  * ARE DISCLAIMED.  IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
@@ -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);