summarylogtreecommitdiffstats
path: root/gcc-4.4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.patch')
-rw-r--r--gcc-4.4.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc-4.4.patch b/gcc-4.4.patch
deleted file mode 100644
index 43a26393d4f4..000000000000
--- a/gcc-4.4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ntext.cc
-+++ ntext.cc
-@@ -244,7 +244,7 @@
- return;
- }
-
-- p = strchr(text, '\n');
-+ p = strchr((char *)text, '\n');
- if (p!=NULL) {
- *p = 0;
- i = strlen(text);