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). --- monitor.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'monitor.h') diff --git a/monitor.h b/monitor.h index 504daa79a..cd8342823 100644 --- a/monitor.h +++ b/monitor.h @@ -70,12 +70,12 @@ enum monitor_reqtype { MONITOR_REQ_PAM_FREE_CTX = 110, MONITOR_ANS_PAM_FREE_CTX = 111, MONITOR_REQ_AUDIT_EVENT = 112, MONITOR_REQ_AUDIT_COMMAND = 113, - MONITOR_REQ_GSSSIGN = 200, MONITOR_ANS_GSSSIGN = 201, - MONITOR_REQ_GSSUPCREDS = 202, MONITOR_ANS_GSSUPCREDS = 203, + MONITOR_REQ_GSSSIGN = 150, MONITOR_ANS_GSSSIGN = 151, + MONITOR_REQ_GSSUPCREDS = 152, MONITOR_ANS_GSSUPCREDS = 153, - 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