$OpenBSD: patch-src_input_input_stdin_fifo_c,v 1.3 2009/02/02 22:00:42 sthen Exp $
--- src/input/input_stdin_fifo.c.orig	Wed Jan  7 11:14:32 2009
+++ src/input/input_stdin_fifo.c	Thu Jan  8 01:02: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;
     }
 
