1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 10:51:20 +03:00

sd-bus: update kdbus.h from upstream

This commit is contained in:
Lennart Poettering 2014-11-26 15:43:50 +01:00
parent 68d4c45263
commit d108ddf172

View File

@ -124,8 +124,8 @@ struct kdbus_caps {
* KDBUS_ITEM_AUDIT * KDBUS_ITEM_AUDIT
*/ */
struct kdbus_audit { struct kdbus_audit {
__u64 sessionid; __u32 sessionid;
__u64 loginuid; __u32 loginuid;
}; };
/** /**