K 10 svn:author V 2 cy K 8 svn:date V 27 2019-08-15T02:21:57.345925Z K 7 svn:log V 415 Fix two mismatches between function declaration and definition. In both cases, function pointer arguments were inconsistently declared and the result worked because of C's odd rules around function pointer (de)references. With a stricter compiler these fail to compile. Reported by: pfg@ Obtained from: base r350049 by brooks@ from CheriBSD MFH: 2019Q3 Differential Revision: https://reviews.freebsd.org/D20964 END