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

Re: CVS: cvs.openbsd.org: src



Making, drinking tea and reading an opus magnum from Theo de Raadt:
> -       if (rt->rt_gwroute) {
> +       if (rt->rt_gwroute != NULL) {
> 
> 
> -                               if (m)
> +                               if (m != NULL)
> 
> Come on.  Why are people so pedantic about this garbage?
People are strange.

> It just makes diffs against the other projects harder to read.
> Please do not make such tiny changes.
> 
> I can understand some of the things you changed, but I'd just like to
> say I don't agree with this particular kind of "silencing the stupid
> gcc specific whinings"
> 
>