[BusyBox] Patch with clean and remove bugs to m* utils

Vladimir N. Oleynik dzo at simtreas.ru
Thu Feb 1 10:07:02 UTC 2001


Erik Andersen wrote:

> > >     $ grep error_msg *.c | grep -v perror_msg |wc
> > >         346    2064   21721
> >
> > Hmm, It my idea ~ 10 December: my first post in this maillist! :00
> 
> Hmm.  Ok, yes.  I see that post now.  I'm sorry -- I guess I was
> so busy I missed that suggestion.  My appologies.
> 
> > >     --- utility.c   2001/01/30 18:03:11     1.194
> > >     +++ utility.c   2001/01/31 17:45:07
> > >     @@ -105,6 +105,7 @@ extern void error_msg(const char *s, ...
> > >             va_start(p, s);
> > >             verror_msg(s, p);
> > >             va_end(p);
> > >     +       write(fileno(stderr), "\n", 1);
> >

Oh, NO.
Please read my previos post.
Require for error_msg_and_die and perror_msg_and_die only!
(For usage() and perror you applied my idea, but for
error_msg_and_die ignore).


--w
vodz





More information about the busybox mailing list