aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-31 05:55:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-31 05:55:42 +0000
commit4ce5fa3ea9aca51cb03b72e8aa109246441a39e0 (patch)
treea51960bb851e041ff6f755a498af4c06b84647a5
parentffa7c1311779f38cc3c8531de9e4336afbda3a3c (diff)
Sterling Hughes suggested we set 'static' before size_t...
-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;