Fix fatal Psoriasis compilation problem.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4186 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1997-12-11 16:04:43 +00:00
parent d6ef177e6f
commit 57bb48f8fd

View File

@@ -193,8 +193,11 @@ char *strerror(int eno);
#endif
#if !defined(HAVE_HSTRERROR) || defined(NEED_HSTRERROR_PROTO)
/* This is a fatal error under Psoriasis */
#if !(defined(SunOS) && (SunOS >= 5))
char *hstrerror(int herr);
#endif
#endif
#ifndef HAVE_H_ERRNO_DECLARATION
extern int h_errno;