From 7d114c392d56d6f2c5a4619bd1db36d62b00f426 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Sun, 12 Aug 2007 17:17:18 +0000 Subject: Fix build on 64bit platforms --- sysutils/xlogmaster/files/patch-output.cc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysutils/xlogmaster/files/patch-output.cc (limited to 'sysutils/xlogmaster/files/patch-output.cc') diff --git a/sysutils/xlogmaster/files/patch-output.cc b/sysutils/xlogmaster/files/patch-output.cc new file mode 100644 index 000000000000..8fe6fb8f0998 --- /dev/null +++ b/sysutils/xlogmaster/files/patch-output.cc @@ -0,0 +1,11 @@ +--- 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 ) -- cgit v1.2.3