Add in ifconfig and route
[oweals/busybox.git] / whoami.c
index 870ede43e9f7c9993321a24097e0d69e6deb6797..398e37315a8277a3aa1423dba34c9b05514b24f7 100644 (file)
--- a/whoami.c
+++ b/whoami.c
@@ -38,5 +38,5 @@ extern int whoami_main(int argc, char **argv)
                puts(user);
                return EXIT_SUCCESS;
        }
-       error_msg_and_die("cannot find username for UID %u\n", (unsigned) uid);
+       error_msg_and_die("cannot find username for UID %u", (unsigned) uid);
 }