summaryrefslogtreecommitdiff
path: root/src/udev/udevadm-test-builtin.c
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 /src/udev/udevadm-test-builtin.c
parentba33e83c5a8eb5ea54546438d2cfcde27fd59757 (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/udev/udevadm-test-builtin.c')
-rw-r--r--src/udev/udevadm-test-builtin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/udev/udevadm-test-builtin.c b/src/udev/udevadm-test-builtin.c
index 90ca8f2a8e..f25608c486 100644
--- a/src/udev/udevadm-test-builtin.c
+++ b/src/udev/udevadm-test-builtin.c
@@ -23,7 +23,6 @@
#include <errno.h>
#include <dirent.h>
#include <fcntl.h>
-#include <syslog.h>
#include <getopt.h>
#include <signal.h>
#include <time.h>