Apply a patch from Evin Robertson -- new pivot_root applet.
[oweals/busybox.git] / swaponoff.c
index 8a9134ca0075342a8066654ed441da594d770395..74f6ec36ebad76a46c8a655c8ffdb620d9b01efc 100644 (file)
@@ -95,7 +95,7 @@ extern int swap_on_off_main(int argc, char **argv)
                                        struct stat statBuf;
 
                                        if (stat("/etc/fstab", &statBuf) < 0)
-                                               error_msg_and_die("/etc/fstab file missing\n");
+                                               error_msg_and_die("/etc/fstab file missing");
                                }
                                do_em_all();
                                break;