]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
config(8): replace opteq with a call to strcasecmp
authorkevans <kevans@FreeBSD.org>
Mon, 15 Apr 2019 21:20:06 +0000 (21:20 +0000)
committerkevans <kevans@FreeBSD.org>
Mon, 15 Apr 2019 21:20:06 +0000 (21:20 +0000)
commit92c71535caf3fc11cf5b2536feafec83933abc31
tree7cb08080f9fa3800a5b2e8df0d579c296731f271
parenta8a17068f602f7dddb93effae16fafab750eaa0e
config(8): replace opteq with a call to strcasecmp

This obscures the comparison slightly less; when option name appear in
files, they are case-insensitive.

MFC after: 1 week
usr.sbin/config/mkmakefile.c