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

Re: CVS: cvs.openbsd.org: src



-       if (rt->rt_gwroute) {
+       if (rt->rt_gwroute != NULL) {


-                               if (m)
+                               if (m != NULL)

Come on.  Why are people so pedantic about this garbage?

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"