chiark / gitweb /
tmpfiles: add new line type 'v' for creating btrfs subvolumes
[elogind.git] / src / udev / udevadm.c
index daa9387bf17c9be75da4844928db30a44512ea14..a957e927088120c066c5007034e9aea5c87c8541 100644 (file)
 #include <errno.h>
 #include <getopt.h>
 
+#include "selinux-util.h"
 #include "udev.h"
 
-void udev_main_log(struct udev *udev, int priority,
-                   const char *file, int line, const char *fn,
-                   const char *format, va_list args) {
-        log_metav(priority, file, line, fn, format, args);
-}
-
 static int adm_version(struct udev *udev, int argc, char *argv[]) {
         printf("%s\n", VERSION);
         return 0;