]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-2.2.5/sprintf-prototype.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / glibc / glibc-2.2.5 / sprintf-prototype.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- glibc-2.2.5/stdio-common/sprintf.c~sprintf-prototype.patch  2004-09-03 19:00:33.000000000 -0500
7 +++ glibc-2.2.5/stdio-common/sprintf.c  2004-09-03 19:00:39.000000000 -0500
8 @@ -27,9 +27,7 @@
9  /* Write formatted output into S, according to the format string FORMAT.  */
10  /* VARARGS2 */
11  int
12 -sprintf (s, format)
13 -     char *s;
14 -     const char *format;
15 +sprintf (char *s, const char *format, ...)
16  {
17    va_list arg;
18    int done;