--- - branch: MAIN date: Fri May 26 08:26:22 UTC 2017 files: - new: '1.145' old: '1.144' path: src/sys/netipsec/key.c pathrev: src/sys/netipsec/key.c@1.145 type: modified id: 20170526T082622Z.973978227759ae01a86be830bddfe5856752d8d6 log: | Replace "cmp" of function names to "match" and make their return value consistent Function names with cmp are expected to return the order of two comparees like memcmp and strcmp. The functions in question just answer if matched or not, so don't use cmp and use match instead. Consistently return 1 on matched and 0 otherwise. module: src subject: 'CVS commit: src/sys/netipsec' unixtime: '1495787182' user: ozaki-r