X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fgcc%2Fpatches%2F4.1.2%2F302-c99-snprintf.patch;h=aed7941d566e40629bdd0e575026b6d6fa65e532;hb=cc81d3493ef1f3071153ccf6ecb352d4cb252984;hp=dfb22d681bbc8ffb7a90e4bc779d84d4c8c37d94;hpb=cb39d47730aece73f1d801e1ac2f54eb43acd8a8;p=openwrt-10.03%2F.git diff --git a/toolchain/gcc/patches/4.1.2/302-c99-snprintf.patch b/toolchain/gcc/patches/4.1.2/302-c99-snprintf.patch index dfb22d681..aed7941d5 100644 --- a/toolchain/gcc/patches/4.1.2/302-c99-snprintf.patch +++ b/toolchain/gcc/patches/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 @@ +--- a/libstdc++-v3/include/c_std/std_cstdio.h ++++ b/libstdc++-v3/include/c_std/std_cstdio.h +@@ -143,7 +143,7 @@ namespace std using ::vsprintf; }