OpenAFS Master Repository branch, master, updated. 215838d65734ad819d3bd27a2f715d1d6f68394a

Gerrit Code Review gerrit@openafs.org
Mon, 13 Jul 2009 07:59:58 -0700 (PDT)


The following commit has been merged in the master branch:
commit 215838d65734ad819d3bd27a2f715d1d6f68394a
Author: Russ Allbery <rra@stanford.edu>
Date:   Sun Jul 12 11:24:17 2009 -0700

    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   |    8 ++++++++
 src/libafsrpc/Makefile.in       |   10 +++++++++-
 src/shlibafsauthent/Makefile.in |    8 ++++++++
 src/shlibafsrpc/Makefile.in     |   10 +++++++++-
 4 files changed, 34 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository