--- ./stdio-common/sscanf.c.orig 2002-08-10 11:09:08.000000000 -0700 +++ ./stdio-common/sscanf.c 2003-11-16 10:01:27.000000000 -0800 @@ -27,9 +27,7 @@ /* Read formatted input from S, according to the format string FORMAT. */ /* VARARGS2 */ int -sscanf (s, format) - const char *s; - const char *format; +sscanf (const char *s, const char *format,...) { va_list arg; int done;