From a873b381a062a21ad0387fbef423a60e28b6b8da Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Mon, 7 Oct 2002 14:17:05 +0000 Subject: Remove the vsscanf prototype for solaris, it's incompatible with the one contained in the solaris9 CVS patchset: 2800 CVS date: 2002/10/07 14:17:05 --- src/libw32dll/wine/win32.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/libw32dll/wine/win32.c b/src/libw32dll/wine/win32.c index a6a5f7e17..144c1ade8 100644 --- a/src/libw32dll/wine/win32.c +++ b/src/libw32dll/wine/win32.c @@ -48,7 +48,13 @@ for DLL to know too much about its environment. #endif #if HAVE_VSSCANF +# ifndef __sun +/* + * On solaris, remove the prototype for now; it's incompatible with the one + * from solaris9 stdio.h + */ int vsscanf( const char *str, const char *format, va_list ap); +# endif #else /* system has no vsscanf. try to provide one */ static int vsscanf( const char *str, const char *format, va_list ap) -- cgit v1.2.3