summaryrefslogtreecommitdiff
path: root/src/udev/udev-builtin-path_id.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-08-30 08:20:05 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-08-31 21:21:10 +0900
commit92232230af6c1b0c76b7586db3c891c0e2860f4f (patch)
tree5e493678c5d7ee383f8d1ce235ff3d763a555e1b /src/udev/udev-builtin-path_id.c
parent1e6ec639f59ff3e2376506f2c6a419606400559d (diff)
downloadsystemd-92232230af6c1b0c76b7586db3c891c0e2860f4f.tar.gz
udev: pass rtnl to builtin commands
Diffstat (limited to 'src/udev/udev-builtin-path_id.c')
-rw-r--r--src/udev/udev-builtin-path_id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udev-builtin-path_id.c b/src/udev/udev-builtin-path_id.c
index 083ce67803..de1f8dbaa1 100644
--- a/src/udev/udev-builtin-path_id.c
+++ b/src/udev/udev-builtin-path_id.c
@@ -530,7 +530,7 @@ static sd_device *handle_ap(sd_device *parent, char **path) {
return skip_subsystem(parent, "ap");
}
-static int builtin_path_id(sd_device *dev, int argc, char *argv[], bool test) {
+static int builtin_path_id(sd_device *dev, sd_netlink **rtnl, int argc, char *argv[], bool test) {
sd_device *parent;
_cleanup_free_ char *path = NULL;
_cleanup_free_ char *compat_path = NULL;