mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Correct ifdef - should be XACE, not XSECURITY
This commit is contained in:
committed by
Alan Coopersmith
parent
90af38fa0c
commit
15c9002d68
@@ -70,7 +70,7 @@ typedef struct _ExtensionEntry {
|
||||
pointer extPrivate;
|
||||
unsigned short (* MinorOpcode)( /* called for errors */
|
||||
ClientPtr /* client */);
|
||||
#ifdef XCSECURITY
|
||||
#ifdef XACE
|
||||
pointer securityState[4]; /* 4 slots for use */
|
||||
#endif
|
||||
} ExtensionEntry;
|
||||
|
||||
Reference in New Issue
Block a user