summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/hstrerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/hstrerror.c')
-rw-r--r--crypto/heimdal/lib/roken/hstrerror.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/heimdal/lib/roken/hstrerror.c b/crypto/heimdal/lib/roken/hstrerror.c
index 61897cc..32dab23 100644
--- a/crypto/heimdal/lib/roken/hstrerror.c
+++ b/crypto/heimdal/lib/roken/hstrerror.c
@@ -33,7 +33,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: hstrerror.c,v 1.24 2001/08/08 03:47:23 assar Exp $");
+RCSID("$Id: hstrerror.c 14773 2005-04-12 11:29:18Z lha $");
#endif
#ifndef HAVE_HSTRERROR
@@ -60,14 +60,14 @@ const
int h_nerr = { sizeof h_errlist / sizeof h_errlist[0] };
#else
-#ifndef HAVE_H_ERRLIST_DECLARATION
+#if !HAVE_DECL_H_ERRLIST
extern const char *h_errlist[];
extern int h_nerr;
#endif
#endif
-const char *
+const char * ROKEN_LIB_FUNCTION
hstrerror(int herr)
{
if (0 <= herr && herr < h_nerr)
OpenPOWER on IntegriCloud