summaryrefslogtreecommitdiff
path: root/debian/patches/consolekit.patch
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-05-13 10:55:58 +0100
committerColin Watson <cjwatson@debian.org>2013-05-13 10:55:58 +0100
commit7e394703c47da87a610f04ce47141e48150371a8 (patch)
treef5db1ea34fce95be9d2c5dc3ace55e413a77dee7 /debian/patches/consolekit.patch
parent829fffe6c82ee6f7a73191ee56d073f6e4a15710 (diff)
Renumber Debian-specific additions to enum monitor_reqtype so that they
fit within a single byte (thanks, Jason Conti; LP: #1179202).
Diffstat (limited to 'debian/patches/consolekit.patch')
-rw-r--r--debian/patches/consolekit.patch6
1 files changed, 3 insertions, 3 deletions
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 @@
1Description: Add support for registering ConsoleKit sessions on login 1Description: Add support for registering ConsoleKit sessions on login
2Author: Colin Watson <cjwatson@ubuntu.com> 2Author: Colin Watson <cjwatson@ubuntu.com>
3Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1450 3Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1450
4Last-Updated: 2013-05-09 4Last-Updated: 2013-05-13
5 5
6Index: b/Makefile.in 6Index: b/Makefile.in
7=================================================================== 7===================================================================
@@ -591,9 +591,9 @@ Index: b/monitor.h
591+++ b/monitor.h 591+++ b/monitor.h
592@@ -75,6 +75,8 @@ 592@@ -75,6 +75,8 @@
593 593
594 MONITOR_REQ_AUTHROLE = 300, 594 MONITOR_REQ_AUTHROLE = 154,
595 595
596+ MONITOR_REQ_CONSOLEKIT_REGISTER = 400, MONITOR_ANS_CONSOLEKIT_REGISTER = 401, 596+ MONITOR_REQ_CONSOLEKIT_REGISTER = 156, MONITOR_ANS_CONSOLEKIT_REGISTER = 157,
597+ 597+
598 }; 598 };
599 599