diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-08-11 20:13:38 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-12 14:14:22 -0400 |
commit | c597413eb3b84b24bc532331a4ab788c656ec0e2 (patch) | |
tree | 2aae2dca20cb0bbb8fde0c1d3dca0ed998b80597 /src/libudev/libudev-private.h | |
parent | ba33e83c5a8eb5ea54546438d2cfcde27fd59757 (diff) |
udev: never bypass our own logging framework and call vsyslog() directly from udev tools
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev/libudev-private.h')
-rw-r--r-- | src/libudev/libudev-private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libudev/libudev-private.h b/src/libudev/libudev-private.h index 511ec5e22b..c1b631b13f 100644 --- a/src/libudev/libudev-private.h +++ b/src/libudev/libudev-private.h @@ -20,7 +20,6 @@ #ifndef _LIBUDEV_PRIVATE_H_ #define _LIBUDEV_PRIVATE_H_ -#include <syslog.h> #include <signal.h> #include <stdint.h> #include <stdbool.h> |