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.
This commit is contained in:
Simon Wilkinson
2010-11-24 10:32:55 +00:00
parent f317b91b1b
commit 9fc90e01b5

View File

@@ -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