summaryrefslogtreecommitdiff
path: root/patches/gcc/4.1.2/302-c99-snprintf.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-03-04 22:56:04 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-03-04 22:56:04 (GMT)
commit1772045f66221f1dcc0cc5dba5adc862a280141a (patch)
tree2a15530e9d25cd6dacd4df5203ed5a405b3cfda5 /patches/gcc/4.1.2/302-c99-snprintf.patch
parent28519997cb12e5f99bc83c8c221528fdd2e525fb (diff)
Add gcc-4.1.2 and update associated patches.
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;
}