summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/strncasecmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/strncasecmp.c')
-rw-r--r--crypto/heimdal/lib/roken/strncasecmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/roken/strncasecmp.c b/crypto/heimdal/lib/roken/strncasecmp.c
index a08d9e8..e534393 100644
--- a/crypto/heimdal/lib/roken/strncasecmp.c
+++ b/crypto/heimdal/lib/roken/strncasecmp.c
@@ -33,7 +33,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: strncasecmp.c,v 1.3 2003/04/14 11:46:04 lha Exp $");
+RCSID("$Id: strncasecmp.c 14773 2005-04-12 11:29:18Z lha $");
#endif
#include <string.h>
@@ -42,7 +42,7 @@ RCSID("$Id: strncasecmp.c,v 1.3 2003/04/14 11:46:04 lha Exp $");
#ifndef HAVE_STRNCASECMP
-int
+int ROKEN_LIB_FUNCTION
strncasecmp(const char *s1, const char *s2, size_t n)
{
while(n > 0
OpenPOWER on IntegriCloud