[BusyBox] [patch] new applet mountpoint

Mike Frysinger vapier at gentoo.org
Fri Aug 19 09:58:50 MDT 2005


On Thursday 18 August 2005 03:16 pm, Bernhard Fischer wrote:
> +               if (!(opt & OPT_q))
> +                        bb_fprintf(stderr, "mountpoint: %s: %s\n", arg,
> strerror(errno));

shouldnt you just use
bb_perror_msg(arg);
-mike


More information about the busybox mailing list