From: Malte Starostik Date: Sun, 3 Jun 2012 19:39:21 +0000 (+0200) Subject: logind: punt duplicate definition of InhibitWhat X-Git-Tag: v185~9 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=cabe5d25640914be1000d23bcdd29d2ffc6333de;hp=2b71016a3c3d4c088e8edd170fe6eb8431fd71fa logind: punt duplicate definition of InhibitWhat Trivial fix for: src/login/logind-inhibit.h:37:3: error: redefinition of typedef 'InhibitWhat' src/login/logind-inhibit.h:26:26: note: previous declaration of 'InhibitWhat' was here --- diff --git a/src/login/logind-inhibit.h b/src/login/logind-inhibit.h index 4377f0042..e72536f2a 100644 --- a/src/login/logind-inhibit.h +++ b/src/login/logind-inhibit.h @@ -23,7 +23,6 @@ ***/ typedef struct Inhibitor Inhibitor; -typedef enum InhibitWhat InhibitWhat; #include "list.h" #include "util.h"