summaryrefslogtreecommitdiff
path: root/sysutils/xlogmaster/files/patch-output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xlogmaster/files/patch-output.cc')
-rw-r--r--sysutils/xlogmaster/files/patch-output.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/xlogmaster/files/patch-output.cc b/sysutils/xlogmaster/files/patch-output.cc
deleted file mode 100644
index 8fe6fb8f0998..000000000000
--- a/sysutils/xlogmaster/files/patch-output.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/output.cc.orig 2007-08-12 19:13:18.000000000 +0200
-+++ src/output.cc 2007-08-12 19:13:42.000000000 +0200
-@@ -187,7 +187,7 @@
- gint
- pipe_magic_interrupt(gpointer data)
- {
-- gint i = (gint) data;
-+ glong i = (glong) data;
-
- /* are we locked out ? */
- if ( entry[i]->pipe_lock == TRUE )