Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
303 B
C++
11 lines
303 B
C++
--- 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 )
|