From: Olaf Kirch Date: Date: Wed, 12 Mar 2014 13:52:50 +0000 Subject: [PATCH] Let systemd talk with dbus-daemon even on big endian Related to bug #866732 that is to help systemd to talk with dbus-daemon on s390x. --- systemd-210/src/libsystemd/sd-bus/bus-message.h +++ systemd-210/src/libsystemd/sd-bus/bus-message.h 2014-03-12 14:06:54.862235499 +0000 @@ -84,7 +84,7 @@ struct sd_bus_message { sd_bus *bus; - uint32_t reply_cookie; + uint64_t reply_cookie; const char *path; const char *interface;