diff -uNr ../xsw-1.34.0.old/include/string.h ./include/string.h --- ../xsw-1.34.0.old/include/string.h 2001-07-26 10:24:24.000000000 +0200 +++ ./include/string.h 2002-11-30 17:59:35.000000000 +0100 @@ -24,7 +24,7 @@ extern int strcasecmp(const char *s1, const char *s2); #endif extern const char *strseekblank(const char *s); -extern char *strcasestr(const char *haystack, const char *needle); +/* extern char *strcasestr(const char *haystack, const char *needle); */ extern int strpfx(const char *str, const char *pfx); extern int strcasepfx(const char *str, const char *pfx); extern void strtoupper(char *s); diff -uNr ../xsw-1.34.0.old/include/xsw_ctype.h ./include/xsw_ctype.h --- ../xsw-1.34.0.old/include/xsw_ctype.h 2001-07-26 10:26:38.000000000 +0200 +++ ./include/xsw_ctype.h 2002-11-30 18:00:42.000000000 +0100 @@ -4,10 +4,11 @@ #if !defined(__FreeBSD__) && !defined(__NetBSD__) # if defined(__cplusplus) || defined(c_plusplus) -#ifndef isblank +/*#ifndef isblank //extern bool isblank(char c); extern bool isblank(int c); #endif +*/ #else --- ./include/xsw_ctype.h.orig 2002-12-01 12:39:31.000000000 -0500 +++ ./include/xsw_ctype.h 2002-12-01 12:39:44.000000000 -0500 @@ -6,7 +6,7 @@ #ifndef isblank //extern bool isblank(char c); -extern bool isblank(int c); +extern int isblank(int c); #endif #else