Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib: Fixup strlcat and strlcpy to be a bit more descriptive #1886

Merged
merged 1 commit into from
Mar 14, 2018

Commits on Mar 14, 2018

  1. 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>
    donaldsharp committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    c9a164d View commit details
    Browse the repository at this point in the history