]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Clarify #includes for hexdump(3) vs sbuf_hexdump(9)
authorngie <ngie@FreeBSD.org>
Wed, 8 Feb 2017 09:19:49 +0000 (09:19 +0000)
committerngie <ngie@FreeBSD.org>
Wed, 8 Feb 2017 09:19:49 +0000 (09:19 +0000)
commitf09da38633684b00a2ef231a334fb64f22366725
tree5c5062f5c29d4ee0f6a73530de38197359a8403b
parentdf6f1b152c93d0a88ca2330b937f18dd42c324a5
Clarify #includes for hexdump(3) vs sbuf_hexdump(9)

hexdump(3) only requires libutil.h, whereas sbuf_hexdump(9) requires
sys/types.h (for ssize_t) and sys/sbuf.h

MFC after: 3 weeks
Sponsored by: Dell EMC Isilon
lib/libutil/hexdump.3