]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r346254: config(8): replace opteq with a call to strcasecmp
authorkevans <kevans@FreeBSD.org>
Tue, 23 Apr 2019 02:37:12 +0000 (02:37 +0000)
committerkevans <kevans@FreeBSD.org>
Tue, 23 Apr 2019 02:37:12 +0000 (02:37 +0000)
commite82308e42c2a3d7b4cb58098aa2737333863e082
tree9eade9ec9bdfed05a9b60f0d7a168a3136402296
parent03c61fe2f3901a9c1b8d61e1645560cadb1f1caf
MFC r346254: 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.
usr.sbin/config/mkmakefile.c