opnsense-ports/sysutils/xlogmaster/files/patch-output.cc
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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 )