From 60b6991a4dd687097bbc4f1e1ef7585efee079d9 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 25 Apr 2013 02:18:32 +0200 Subject: [PATCH] kdbus: update kdbus.h from upstream --- src/libsystemd-bus/kdbus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsystemd-bus/kdbus.h b/src/libsystemd-bus/kdbus.h index 058937012..4b3acae0e 100644 --- a/src/libsystemd-bus/kdbus.h +++ b/src/libsystemd-bus/kdbus.h @@ -387,7 +387,7 @@ struct kdbus_cmd_match { struct kdbus_cmd_monitor { __u64 id; /* We allow setting the monitor flag of other peers */ - int enabled; /* A boolean to enable/disable monitoring */ + unsigned int enabled; /* A boolean to enable/disable monitoring */ }; /* FD states: -- 2.30.2