chiark / gitweb /
build-sys: re-add old symbols for abi compat
[elogind.git] / src / bus-proxyd / stdio-bridge.c
index 6fb83033d9e84fdf96ae07a5faea5f2e8806c712..9fb3e9fc49db3f55c64fbffae54aec3f9d951731 100644 (file)
@@ -28,7 +28,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <errno.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <stddef.h>
 #include <getopt.h>
 
@@ -246,7 +246,7 @@ int main(int argc, char *argv[]) {
         if (r < 0)
                 goto finish;
 
-        r = rename_service(p->dest_bus, p->local_bus);
+        r = rename_service(p->destination_bus, p->local_bus);
         if (r < 0)
                 log_debug_errno(r, "Failed to rename process: %m");