File mbuffer-fix_pointer_cast.patch of Package mbuffer
--- mbuffer.c.orig 2010-03-27 22:04:34.000000000 +0100
+++ mbuffer.c 2010-03-27 22:06:14.000000000 +0100
@@ -47,6 +47,7 @@
#include <sys/time.h>
#include <termios.h>
#include <unistd.h>
+#include <stdint.h>
#ifdef __FreeBSD__
@@ -1027,7 +1028,7 @@
-static void terminateOutputThread(dest_t *d, int status)
+static void terminateOutputThread(dest_t *d, intptr_t status)
{
int err;