K 10 svn:author V 3 pfg K 8 svn:date V 27 2016-05-06T16:03:40.482847Z K 7 svn:log V 198 libc/xdr: unsign some loop indexes. Although usually small, values produced by nitems() are unsigned. Unsign inxdeing variables related to nitems() macros to avoid signed vs. unsigned comparisons. END