chiark / gitweb /
[PATCH] fix log option code so that it actually works for all udev programs.
[elogind.git] / udevsend.c
index f6de88565f073ee57a9d486bdb2ebd19fe390f65..17372d8d9a0ec28568f036ea82be120c93203166 100644 (file)
 
 unsigned char logname[42];
 
+int log_ok(void)
+{
+       return 1;
+}
+
 static inline char *get_action(void)
 {
        char *action;