summaryrefslogtreecommitdiff
path: root/patches/gcc/4.1.2/302-c99-snprintf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gcc/4.1.2/302-c99-snprintf.patch')
-rw-r--r--patches/gcc/4.1.2/302-c99-snprintf.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/gcc/4.1.2/302-c99-snprintf.patch b/patches/gcc/4.1.2/302-c99-snprintf.patch
index dfb22d6..775cd18 100644
--- a/patches/gcc/4.1.2/302-c99-snprintf.patch
+++ b/patches/gcc/4.1.2/302-c99-snprintf.patch
@@ -1,6 +1,6 @@
---- gcc-4.0.0/libstdc++-v3/include/c_std/std_cstdio.h-orig 2005-04-29 00:08:41.000000000 -0500
-+++ gcc-4.0.0/libstdc++-v3/include/c_std/std_cstdio.h 2005-04-29 00:08:45.000000000 -0500
-@@ -142,7 +142,7 @@
+--- gcc-4.1.2.orig/libstdc++-v3/include/c_std/std_cstdio.h 2005-10-30 23:21:50.000000000 +0100
++++ gcc-4.1.2/libstdc++-v3/include/c_std/std_cstdio.h 2007-03-04 23:33:27.000000000 +0100
+@@ -143,7 +143,7 @@
using ::vsprintf;
}