[PATCH] add a few new xfuns and use them as appropriate

Denis Vlasenko vda at ilport.com.ua
Sun Mar 12 22:56:22 PST 2006


Hi,

We have a lot of this:

if (stat(old_path, &stat_buf) < 0)
    bb_error_msg_and_die("Couldn't stat file %s", old_path);

xstat() would make it smaller. These patches do that.

Patches are posted as replies. Please apply.
--
vda


More information about the busybox mailing list