summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-04-25 01:21:11 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-06-02 14:15:26 +0900
commit25de7aa7b90c23d33ea50ada1e50c5834a414237 (patch)
tree82a7c5095193da13becc2fe9e83c64801045ae35 /src/udev/udevd.c
parent7e4831d2963e9c239e91cae45a3409b039f003cf (diff)
downloadsystemd-25de7aa7b90c23d33ea50ada1e50c5834a414237.tar.gz
udev: modernize udev-rules.c
This does the following: - rename enum udev_builtin_cmd -> UdevBuiltinCmd - rename struct udev_builtin -> UdevBuiltin - move type definitions to udev-rules.h - move prototypes of functions defined in udev-rules.c to udev-rules.h - drop to use strbuf - propagate critical errors in applying rules, - drop limitation for number of tokens per line.
Diffstat (limited to 'src/udev/udevd.c')
-rw-r--r--src/udev/udevd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c
index 873d03bc5e..03fca8f100 100644
--- a/src/udev/udevd.c
+++ b/src/udev/udevd.c
@@ -64,9 +64,9 @@
#include "syslog-util.h"
#include "udev-builtin.h"
#include "udev-ctrl.h"
+#include "udev-event.h"
#include "udev-util.h"
#include "udev-watch.h"
-#include "udev.h"
#include "user-util.h"
#define WORKER_NUM_MAX 2048U