From 7e394703c47da87a610f04ce47141e48150371a8 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 13 May 2013 10:55:58 +0100 Subject: Renumber Debian-specific additions to enum monitor_reqtype so that they fit within a single byte (thanks, Jason Conti; LP: #1179202). --- debian/patches/consolekit.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/patches/consolekit.patch') diff --git a/debian/patches/consolekit.patch b/debian/patches/consolekit.patch index abc6839ba..36b3805b9 100644 --- a/debian/patches/consolekit.patch +++ b/debian/patches/consolekit.patch @@ -1,7 +1,7 @@ Description: Add support for registering ConsoleKit sessions on login Author: Colin Watson Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1450 -Last-Updated: 2013-05-09 +Last-Updated: 2013-05-13 Index: b/Makefile.in =================================================================== @@ -591,9 +591,9 @@ Index: b/monitor.h +++ b/monitor.h @@ -75,6 +75,8 @@ - MONITOR_REQ_AUTHROLE = 300, + MONITOR_REQ_AUTHROLE = 154, -+ MONITOR_REQ_CONSOLEKIT_REGISTER = 400, MONITOR_ANS_CONSOLEKIT_REGISTER = 401, ++ MONITOR_REQ_CONSOLEKIT_REGISTER = 156, MONITOR_ANS_CONSOLEKIT_REGISTER = 157, + }; -- cgit v1.2.3