strlcpy() turned static
This commit is contained in:
parent
bb51c20c8b
commit
9e8615ae1d
@ -81,8 +81,8 @@ struct krb4_data {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#ifndef HAVE_STRLCPY
|
#ifndef HAVE_STRLCPY
|
||||||
|
/* if it ever goes non-static, make it Curl_ prefixed! */
|
||||||
size_t
|
size_t static
|
||||||
strlcpy (char *dst, const char *src, size_t dst_sz)
|
strlcpy (char *dst, const char *src, size_t dst_sz)
|
||||||
{
|
{
|
||||||
size_t n;
|
size_t n;
|
||||||
|
Loading…
Reference in New Issue
Block a user