Module Name: src Committed By: ozaki-r Date: Fri May 26 08:26:22 UTC 2017
Modified Files: src/sys/netipsec: key.c Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 src/sys/netipsec/key.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.