Style(9): the return type of strcmp() is not a boolean, so don't
authorChris Pressey <cpressey@dragonflybsd.org>
Sat, 1 Jan 2005 01:36:02 +0000 (01:36 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Sat, 1 Jan 2005 01:36:02 +0000 (01:36 +0000)
commit54b2e6b47a0de974948c65e8ef40640874dd59b3
tree849857cf2b660045deddea0992d752fb63459259
parent84eb5122275aef0b171b105ab3ffec9d5f956211
Style(9): the return type of strcmp() is not a boolean, so don't
treat it as one, explcitly compare it against zero instead.
usr.sbin/config/mkheaders.c
usr.sbin/config/mkmakefile.c
usr.sbin/config/mkoptions.c