Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/external/bsd/mdocml/dist



On Fri, Nov 06, 2009 at 04:53:58PM +0000, Christos Zoulas wrote:
> >- portability: warnx -> fprintf/perror
> 
> This change is backwards;
> we should not be using perror/fprintf but warn/warnx.

I disagree. They are not portable. Many platforms don't have them.
Some other platforms have functions of the same name, but with different
behavior (OS X).

Joerg


Home | Main Index | Thread Index | Old Index