Really fix warnings.

svn path=/trunk/netsurf/; revision=5027
This commit is contained in:
John Mark Bell 2008-08-11 16:12:08 +00:00
parent eff8ce4550
commit 408ca416e8
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ void regcomp_wrapper(regex_t *preg, const char *regex, int cflags);
void unicode_transliterate(unsigned int c, char **r);
char *human_friendly_bytesize(unsigned long bytesize);
const char *rfc1123_date(time_t t);
#if !(defined(_GNU_SOURCE) || defined(__NetBSD__) || defined(riscos))
#if !(defined(_GNU_SOURCE) || defined(__NetBSD__)) || defined(riscos)
char *strcasestr(const char *haystack, const char *needle);
#endif
unsigned int wallclock(void);