[BusyBox] [patch] new applet mountpoint

Rob Landley rob at landley.net
Sat Aug 20 05:07:57 UTC 2005


On Friday 19 August 2005 11:59, Bernhard Fischer wrote:
> On Fri, Aug 19, 2005 at 11:58:50AM -0400, Mike Frysinger wrote:
> >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
>
> yes and one should also use bb_error_msg.
>
> against the patch i initially sent.

Applied.  It's SVN changeset 11219.

Rob


More information about the busybox mailing list