aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-08-11 20:13:38 +0200
committerAnthony G. Basile <blueness@gentoo.org>2014-08-12 14:14:22 -0400
commitc597413eb3b84b24bc532331a4ab788c656ec0e2 (patch)
tree2aae2dca20cb0bbb8fde0c1d3dca0ed998b80597 /test
parenthwdb: update format description and document reloading (diff)
downloadeudev-c597413eb3b84b24bc532331a4ab788c656ec0e2.tar.gz
eudev-c597413eb3b84b24bc532331a4ab788c656ec0e2.tar.bz2
eudev-c597413eb3b84b24bc532331a4ab788c656ec0e2.zip
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 'test')
-rw-r--r--test/test-libudev.c1
-rw-r--r--test/test-udev.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/test-libudev.c b/test/test-libudev.c
index 912b61396..ea190990e 100644
--- a/test/test-libudev.c
+++ b/test/test-libudev.c
@@ -25,7 +25,6 @@
#include <errno.h>
#include <string.h>
#include <getopt.h>
-#include <syslog.h>
#include <fcntl.h>
#include <sys/epoll.h>
diff --git a/test/test-udev.c b/test/test-udev.c
index b3ff9a94c..cafe329c4 100644
--- a/test/test-udev.c
+++ b/test/test-udev.c
@@ -26,7 +26,6 @@
#include <ctype.h>
#include <errno.h>
#include <unistd.h>
-#include <syslog.h>
#include <grp.h>
#include <sched.h>
#include <sys/mount.h>