From 9fc90e01b55966b6a3e5a161b4806a5171af789d Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Wed, 24 Nov 2010 10:32:55 +0000 Subject: [PATCH] roken: Remove multiple prototype for hstrerror hsterror had two prototypes, one with the Windows magic, and one without. Remove the one without so Windows can build again. --- lib/roken/roken.h.in | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 5ff10864e..5a849d316 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -544,7 +544,6 @@ int ROKEN_LIB_FUNCTION rk_strerror_r(int, char *, size_t); #endif /* This causes a fatal error under Psoriasis */ #ifndef SunOS -const char * ROKEN_LIB_FUNCTION hstrerror(int); ROKEN_LIB_FUNCTION const char * ROKEN_LIB_CALL hstrerror(int); #endif #endif