summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2004-04-22 20:25:19 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2004-04-22 20:25:19 +0000
commitc13ed4557352d48fee9fe4fc20e917ad52ef2b6c (patch)
treea0c9b4c97f85a6ed2e30da9d9562e51823268f6b /gnome-base/gconf/files
parent~amd64 (Manifest recommit) (diff)
downloadgentoo-2-c13ed4557352d48fee9fe4fc20e917ad52ef2b6c.tar.gz
gentoo-2-c13ed4557352d48fee9fe4fc20e917ad52ef2b6c.tar.bz2
gentoo-2-c13ed4557352d48fee9fe4fc20e917ad52ef2b6c.zip
Patch that resolves C syntax problems. Closes bug #48670.
Diffstat (limited to 'gnome-base/gconf/files')
-rw-r--r--gnome-base/gconf/files/GConf-2.6.1-gcc2_fix.patch11
-rw-r--r--gnome-base/gconf/files/gconf-2.2.1-stdio.patch11
2 files changed, 11 insertions, 11 deletions
diff --git a/gnome-base/gconf/files/GConf-2.6.1-gcc2_fix.patch b/gnome-base/gconf/files/GConf-2.6.1-gcc2_fix.patch
new file mode 100644
index 000000000000..ce8f5b78866d
--- /dev/null
+++ b/gnome-base/gconf/files/GConf-2.6.1-gcc2_fix.patch
@@ -0,0 +1,11 @@
+diff -NurdB GConf-2.6.1-orig/gconf/gconf-internals.c GConf-2.6.1/gconf/gconf-internals.c
+--- GConf-2.6.1-orig/gconf/gconf-internals.c 2004-04-22 14:47:51.000000000 -0500
++++ GConf-2.6.1/gconf/gconf-internals.c 2004-04-22 14:49:30.000000000 -0500
+@@ -2839,7 +2839,6 @@
+ GError **error)
+ {
+ ConfigServer server = CORBA_OBJECT_NIL;
+-;
+ int p[2] = { -1, -1 };
+ char buf[1];
+ GError *tmp_err;
diff --git a/gnome-base/gconf/files/gconf-2.2.1-stdio.patch b/gnome-base/gconf/files/gconf-2.2.1-stdio.patch
deleted file mode 100644
index 9e72b0b6e4ff..000000000000
--- a/gnome-base/gconf/files/gconf-2.2.1-stdio.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -NurB GConf-2.2.1-orig/backends/markup-tree.c GConf-2.2.1/backends/markup-tree.c
---- GConf-2.2.1-orig/backends/markup-tree.c 2003-11-12 22:13:09.000000000 -0500
-+++ GConf-2.2.1/backends/markup-tree.c 2003-11-12 22:14:09.000000000 -0500
-@@ -31,6 +31,7 @@
- #include <dirent.h>
- #include <limits.h>
- #include <time.h>
-+#include <stdio.h>
-
- typedef struct
- {