diff options
author | phintuka <phintuka> | 2008-11-04 12:01:16 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-04 12:01:16 +0000 |
commit | 3d2265eec5b555a5a40c181a0a37c71c13a82d4b (patch) | |
tree | 9aab19e54ef9a8eafd7ae5794dd1c4bfa80704a1 | |
parent | 6be338300efacd47400691300ecd5237b75a5a05 (diff) | |
download | xineliboutput-3d2265eec5b555a5a40c181a0a37c71c13a82d4b.tar.gz xineliboutput-3d2265eec5b555a5a40c181a0a37c71c13a82d4b.tar.bz2 |
Removed NEED_x_syslog
(function is now handled by linker)
-rw-r--r-- | xine/post.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xine/post.c b/xine/post.c index 6cffd952..86e5aa20 100644 --- a/xine/post.c +++ b/xine/post.c @@ -38,7 +38,6 @@ #include <errno.h> #include <syslog.h> -#define NEED_x_syslog #define LOG_MODULENAME "[xine-post] " #include "../logdefs.h" |