]> git.proxmox.com Git - mirror_frr.git/commit - lib/zebra.h
lib: Fixup strlcat and strlcpy to be a bit more descriptive
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 14 Mar 2018 12:43:17 +0000 (08:43 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 14 Mar 2018 12:43:17 +0000 (08:43 -0400)
commitc9a164dfb5ed5b96a77cd09aad76090b435c11c1
treeb516c66c12dca47467db796409951ca970c29e39
parent9fb9dfd963684e14a493705c6c330364f45d2641
lib: Fixup strlcat and strlcpy to be a bit more descriptive

When I use these functions and am programming on linux I
always have to pull up a man page for these two functions
since they exist in *BSD land only.

Modify the name of the size variable to destsize on
pass in to give me the small hint I need to know
what to do.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/strlcat.c
lib/strlcpy.c
lib/zebra.h