diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-27 16:47:10 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-27 16:47:10 +0000 |
commit | 0a582e00a5da5d5844560822cbd4d2fae5cbb09f (patch) | |
tree | 514a3aa09e51636f1a8b4c33652ffe57dc88dcf9 /src/input/input_net.c | |
parent | bd8cd7733f7c7684a85703b7a7d91fff1d2a6238 (diff) | |
download | xine-lib-0a582e00a5da5d5844560822cbd4d2fae5cbb09f.tar.gz xine-lib-0a582e00a5da5d5844560822cbd4d2fae5cbb09f.tar.bz2 |
man errno: "must not be explicitly declared; errno may be a macro"
(thanks Chris Rankin for noticing)
CVS patchset: 3693
CVS date: 2002/12/27 16:47:10
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); \ |