aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/krb4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/krb4.c b/lib/krb4.c
index 3d7e530b1..a683e25e0 100644
--- a/lib/krb4.c
+++ b/lib/krb4.c
@@ -81,8 +81,8 @@ struct krb4_data {
};
#ifndef HAVE_STRLCPY
-
-size_t
+/* if it ever goes non-static, make it Curl_ prefixed! */
+size_t static
strlcpy (char *dst, const char *src, size_t dst_sz)
{
size_t n;