--- glibc-2.3.2/stdio-common/sscanf.c.old	2002-08-10 14:09:08.000000000 -0400
+++ glibc-2.3.2/stdio-common/sscanf.c	Thu May 15 12:13:00 2003
@@ -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;
