freebsd-dev/lib/libc/xdr
Pedro F. Giffuni 89017bc259 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.
2016-05-06 16:03:40 +00:00
..
Makefile.inc
Symbol.map
xdr_array.c
xdr_float.c libc/xdr: unsign some loop indexes. 2016-05-06 16:03:40 +00:00
xdr_mem.c
xdr_rec.c
xdr_reference.c
xdr_sizeof.c
xdr_stdio.c
xdr.3
xdr.c