summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/erealloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/erealloc.c')
-rw-r--r--crypto/heimdal/lib/roken/erealloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/heimdal/lib/roken/erealloc.c b/crypto/heimdal/lib/roken/erealloc.c
index 8eddd2b..c382360 100644
--- a/crypto/heimdal/lib/roken/erealloc.c
+++ b/crypto/heimdal/lib/roken/erealloc.c
@@ -33,19 +33,19 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: erealloc.c,v 1.5 2001/06/17 12:08:05 assar Exp $");
+RCSID("$Id: erealloc.c 21005 2007-06-08 01:54:35Z lha $");
#endif
#include <stdlib.h>
#include <err.h>
-#include <roken.h>
+#include "roken.h"
/*
* Like realloc but never fails.
*/
-void *
+void * ROKEN_LIB_FUNCTION
erealloc (void *ptr, size_t sz)
{
void *tmp = realloc (ptr, sz);
OpenPOWER on IntegriCloud