diff options
Diffstat (limited to 'src/input/input_net.c')
-rw-r--r-- | src/input/input_net.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/input/input_net.c b/src/input/input_net.c index e4e9bee0f..7e37b625a 100644 --- a/src/input/input_net.c +++ b/src/input/input_net.c @@ -20,7 +20,7 @@ * Read from a tcp network stream over a lan (put a tweaked mp1e encoder the * other end and you can watch tv anywhere in the house ..) * - * $Id: input_net.c,v 1.40 2002/12/21 13:45:57 esnel Exp $ + * $Id: input_net.c,v 1.41 2002/12/27 16:47:11 miguelfreitas Exp $ * * how to set up mp1e for use with this plugin: * @@ -58,8 +58,6 @@ #include "input_plugin.h" #include "net_buf_ctrl.h" -extern int errno; - #ifdef __GNUC__ #define LOG_MSG(xine, message, args...) { \ xine_log(xine, XINE_LOG_MSG, message, ##args); \ |