summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/strlcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/strlcat.c')
-rw-r--r--crypto/heimdal/lib/roken/strlcat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/roken/strlcat.c b/crypto/heimdal/lib/roken/strlcat.c
index 1366e88..3f9c085 100644
--- a/crypto/heimdal/lib/roken/strlcat.c
+++ b/crypto/heimdal/lib/roken/strlcat.c
@@ -36,11 +36,11 @@
#endif
#include "roken.h"
-RCSID("$Id: strlcat.c,v 1.6 2002/08/20 09:46:20 joda Exp $");
+RCSID("$Id: strlcat.c 14773 2005-04-12 11:29:18Z lha $");
#ifndef HAVE_STRLCAT
-size_t
+size_t ROKEN_LIB_FUNCTION
strlcat (char *dst, const char *src, size_t dst_sz)
{
size_t len = strlen(dst);
OpenPOWER on IntegriCloud