$OpenBSD: patch-src_input_input_stdin_fifo_c,v 1.4 2010/01/05 11:48:51 sthen Exp $
--- src/input/input_stdin_fifo.c.orig	Mon Nov 30 15:55:44 2009
+++ src/input/input_stdin_fifo.c	Wed Dec  2 19:15:35 2009
@@ -106,7 +106,7 @@ static off_t stdin_plugin_read (input_plugin_t *this_g
     lprintf ("got %"PRId64" bytes (%"PRId64"/%"PRId64" bytes read)\n", n,total,len);
 
     if (n < 0) {
-      _x_message(this->stream, XINE_MSG_READ_ERROR, NULL);
+      _x_message(this->stream, XINE_MSG_READ_ERROR, (char *)NULL);
       return 0;
     }
 
