K 10 svn:author V 3 cem K 8 svn:date V 27 2019-04-06T21:56:24.543810Z K 7 svn:log V 262 kern/subr_pctrie: Fix mismatched signedness in assertion comparison 'tos' is an index into an array and never holds a negative value. Correct its signedness to match PCTRIE_LIMIT, which it is compared to in assertions. No functional change (kills a warning). END