DragonFlyBSD/src f4482edlib/libc/rpc netname.c

libc/rpc: Fix -Wtype-limits.

Instead of triggering a warning by checking if the passed type is signed
split the INT_STRLEN_MACRO() into two, one for unsigned and the other for
signed types. The latter isn't used and was added just for completeness.
DeltaFile
+5-6lib/libc/rpc/netname.c
+5-61 files

UnifiedSplitRaw