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:
@@ -193,8 +193,11 @@ char *strerror(int eno);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(HAVE_HSTRERROR) || defined(NEED_HSTRERROR_PROTO)
|
#if !defined(HAVE_HSTRERROR) || defined(NEED_HSTRERROR_PROTO)
|
||||||
|
/* This is a fatal error under Psoriasis */
|
||||||
|
#if !(defined(SunOS) && (SunOS >= 5))
|
||||||
char *hstrerror(int herr);
|
char *hstrerror(int herr);
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_H_ERRNO_DECLARATION
|
#ifndef HAVE_H_ERRNO_DECLARATION
|
||||||
extern int h_errno;
|
extern int h_errno;
|
||||||
|
Reference in New Issue
Block a user