X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogin%2Flogind-acl.c;h=941fd724a56e8a43c799884d4f9d2e65fa0c6613;hb=7b061de2d0601a33f7246c4b909f30ddc44d7ab6;hp=b76e16d9062a64a6d3b436c604cca59dba2d1a5e;hpb=f7a5bb2842037fa27dbc99d92c3fee7fe1bbbc2a;p=elogind.git diff --git a/src/login/logind-acl.c b/src/login/logind-acl.c index b76e16d90..941fd724a 100644 --- a/src/login/logind-acl.c +++ b/src/login/logind-acl.c @@ -19,11 +19,8 @@ along with systemd; If not, see . ***/ -#include #include #include -#include -#include #include "util.h" #include "acl-util.h" @@ -190,7 +187,7 @@ int devnode_acl_all(struct udev *udev, assert(udev); - nodes = set_new(string_hash_func, string_compare_func); + nodes = set_new(&string_hash_ops); if (!nodes) return -ENOMEM;