Add strlcat and strlcpy to libafsauthent and libafsrpc
authorRuss Allbery <rra@stanford.edu>
Sun, 12 Jul 2009 18:24:17 +0000 (11:24 -0700)
committerDerrick Brashear <shadow@dementia.org>
Mon, 13 Jul 2009 14:59:35 +0000 (08:59 -0600)
commit215838d65734ad819d3bd27a2f715d1d6f68394a
treebf0848934627805e335ea34e3c34b525aa10aca7
parent4c2a6c8799ab7e8fabee9af6d50a7c56cb220cf9
Add strlcat and strlcpy to libafsauthent and libafsrpc

Other functions included in libafsauthent and libafsrpc are using strlcpy
and strlcat, so include those objects in the libraries so that they stay
self-contained.

strlcat and strlcpy shouldn't be part of the public API for the libraries,
for various reasons including the fact that they're not built on all
platforms.  Therefore, don't add the functions to the library exports and
include them separately in each library.

Reviewed-on: http://gerrit.openafs.org/63
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Verified-by: Derrick Brashear <shadow@dementia.org>
src/libafsauthent/Makefile.in
src/libafsrpc/Makefile.in
src/shlibafsauthent/Makefile.in
src/shlibafsrpc/Makefile.in