? stdio_2009_02_16.patch
Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/language/c/libc/stdio/current/ChangeLog,v
retrieving revision 1.46
diff -u -r1.46 ChangeLog
--- ChangeLog	29 Jan 2009 17:49:53 -0000	1.46
+++ ChangeLog	16 Feb 2009 14:33:06 -0000
@@ -1,3 +1,7 @@
+2009-02-16  Lars Povlsen  <lpovlsen@vitesse.com>
+	* include/stdio.h: Removed extra semicolon after scanf()
+	prototype.
+
 2009-01-18  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* src/common/fflush.cxx (cyg_libc_stdio_flush_all_but): Fix silly
Index: include/stdio.h
===================================================================
RCS file: /cvs/ecos/ecos/packages/language/c/libc/stdio/current/include/stdio.h,v
retrieving revision 1.9
diff -u -r1.9 stdio.h
--- include/stdio.h	29 Jan 2009 17:49:53 -0000	1.9
+++ include/stdio.h	16 Feb 2009 14:33:06 -0000
@@ -174,7 +174,7 @@
 
 __externC int
 scanf( const char * /* format */, ... ) __THROW 
-    CYGBLD_ATTRIB_SCANF_FORMAT(1, 2);;
+    CYGBLD_ATTRIB_SCANF_FORMAT(1, 2);
 
 __externC int
 sprintf( char * /* str */, const char * /* format */, ... ) __THROW
