From 1c4baffc1895809bae9ac36b670af90a4cb9cd7d Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Fri, 12 Jun 2015 16:31:33 +0200 Subject: sd-netlink: rename from sd-rtnl --- src/udev/udev.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/udev/udev.h') diff --git a/src/udev/udev.h b/src/udev/udev.h index fd8504c424..59751b4c90 100644 --- a/src/udev/udev.h +++ b/src/udev/udev.h @@ -22,7 +22,7 @@ #include #include "macro.h" -#include "sd-rtnl.h" +#include "sd-netlink.h" #include "libudev.h" #include "libudev-private.h" #include "util.h" @@ -43,7 +43,7 @@ struct udev_event { struct udev_list run_list; int exec_delay; usec_t birth_usec; - sd_rtnl *rtnl; + sd_netlink *rtnl; unsigned int builtin_run; unsigned int builtin_ret; bool inotify_watch; -- cgit v1.2.3-54-g00ecf