$OpenBSD: patch-src_input_input_stdin_fifo_c,v 1.2 2008/01/15 00:36:46 jakemsr Exp $
--- src/input/input_stdin_fifo.c.orig	Tue Jan  1 08:30:08 2008
+++ src/input/input_stdin_fifo.c	Wed Jan  9 01:50:22 2008
@@ -104,7 +104,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;
     }
 
