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