summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-libs/etoile-io/files/etoile-io-0.2-multipledeclarations.patch')
-rw-r--r--gnustep-libs/etoile-io/files/etoile-io-0.2-multipledeclarations.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnustep-libs/etoile-io/files/etoile-io-0.2-multipledeclarations.patch b/gnustep-libs/etoile-io/files/etoile-io-0.2-multipledeclarations.patch
new file mode 100644
index 0000000..c1f8383
--- /dev/null
+++ b/gnustep-libs/etoile-io/files/etoile-io-0.2-multipledeclarations.patch
@@ -0,0 +1,11 @@
+--- iovm/IoState_inline.h.orig 2008-06-16 15:47:57.000000000 +0200
++++ iovm/IoState_inline.h 2008-06-16 15:48:15.000000000 +0200
+@@ -35,8 +35,6 @@
+ #define IOFAILURE(self) IOFALSE(self)
+ #define ISFAILURE(self) ISFALSE(self)
+
+-inline IoObject *IOBOOL(IoObject *self, int b);
+-
+ IOINLINE IoObject *IOTRUE(IoObject *self)
+ {
+ return IOSTATE->ioTrue;