summaryrefslogtreecommitdiff
path: root/udevsend.c
diff options
context:
space:
mode:
Diffstat (limited to 'udevsend.c')
-rw-r--r--udevsend.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/udevsend.c b/udevsend.c
index f6de88565f..17372d8d9a 100644
--- a/udevsend.c
+++ b/udevsend.c
@@ -42,6 +42,11 @@
unsigned char logname[42];
+int log_ok(void)
+{
+ return 1;
+}
+
static inline char *get_action(void)
{
char *action;