Changes of Revision 6
[-] [+] | Added | open-vm-tools-2008.08.08-str_c.patch |
@@ -0,0 +1,12 @@ +--- lib/string/str.c ++++ lib/string/str.c +@@ -58,7 +58,9 @@ + # if !(defined(GLIBC_VERSION_22) || \ + (defined(__FreeBSD__) && (__FreeBSD_version >= 500000)) || \ + defined(sun)) ++# ifndef _WCHAR_H + extern int vswprintf(wchar_t *wcs, size_t maxlen, const wchar_t *format, va_list args); ++# endif + # endif + #endif // _WIN32 + |