[PATCH] pstree: New applet, v2

Tito farmatito at tiscali.it
Sat Nov 6 19:52:30 UTC 2010


On Saturday 06 November 2010 18:06:50 Lauri Kasanen wrote:
> Really attach the patch...
> 
> - Lauri
> 

Hi,
please remove the \n at the end of string as bb_error_msg_* functions
add it themselves.

- bb_error_msg_and_die("%s is empty (not mounted ?)\n", PROC_BASE);
+bb_error_msg_and_die("%s is empty (not mounted ?)", PROC_BASE);

and so on.

Ciao,
Tito


More information about the busybox mailing list