Cray has a prototype for hstrerror but not the actual function.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@651 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-08-15 15:54:05 +00:00
parent b4bebb0565
commit e2b11ac4fd

View File

@@ -9,6 +9,7 @@
#include <stdio.h>
#include <netdb.h>
#ifndef HAVE_H_ERRLIST
static
const
char *const h_errlist[] = {
@@ -22,8 +23,8 @@ char *const h_errlist[] = {
static
const
int h_nerr = { sizeof h_errlist / sizeof h_errlist[0] };
#endif
const
char *
hstrerror(int herr)
{