From 57bb48f8fd25bf342f2ef6ef98cdb62211089006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Groenvall?= Date: Thu, 11 Dec 1997 16:04:43 +0000 Subject: [PATCH] Fix fatal Psoriasis compilation problem. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4186 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 473ce6c86..4088cfa19 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -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;