summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/strndup.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/strndup.c')
-rw-r--r--crypto/heimdal/lib/roken/strndup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/heimdal/lib/roken/strndup.c b/crypto/heimdal/lib/roken/strndup.c
index 31e7e9f..1960fd2 100644
--- a/crypto/heimdal/lib/roken/strndup.c
+++ b/crypto/heimdal/lib/roken/strndup.c
@@ -33,15 +33,15 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: strndup.c,v 1.2 1999/12/02 16:58:53 joda Exp $");
+RCSID("$Id: strndup.c 21005 2007-06-08 01:54:35Z lha $");
#endif
#include <stdlib.h>
#include <string.h>
-#include <roken.h>
+#include "roken.h"
#ifndef HAVE_STRNDUP
-char *
+char * ROKEN_LIB_FUNCTION
strndup(const char *old, size_t sz)
{
size_t len = strnlen (old, sz);
OpenPOWER on IntegriCloud