mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
12 lines
303 B
C++
12 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 )
|