X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fdbus-manager.c;h=333c1d46e768928dafb813bcf95d05869fe0c7d9;hp=d5fab0a22c31f344e83f036273ed3e9d944175f8;hb=24efb112451413c1013d5f7fe27d7e2cd407647a;hpb=68baa8faf30f4e097bcf32d5b2d4880f85a0bdc7 diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c index d5fab0a22..333c1d46e 100644 --- a/src/core/dbus-manager.c +++ b/src/core/dbus-manager.c @@ -28,7 +28,7 @@ #include "install.h" #include "selinux-access.h" #include "watchdog.h" -#include "hwclock.h" +#include "clock-util.h" #include "path-util.h" #include "virt.h" #include "architecture.h" @@ -130,7 +130,7 @@ static int property_get_tainted( if (access("/proc/cgroups", F_OK) < 0) e = stpcpy(e, "cgroups-missing:"); - if (hwclock_is_localtime() > 0) + if (clock_is_localtime() > 0) e = stpcpy(e, "local-hwclock:"); /* remove the last ':' */