Make SecurityLookupIDBy* part of the base functionality.

This commit is contained in:
Eamon Walsh
2006-08-03 18:24:04 -04:00
committed by Eamon Walsh
parent 45c229f526
commit 9138d5a51e
3 changed files with 4 additions and 70 deletions

View File

@@ -227,8 +227,6 @@ extern pointer LookupClientResourceComplex(
#define SecurityWriteAccess (1<<1) /* changing the object */
#define SecurityDestroyAccess (1<<2) /* destroying the object */
#ifdef XACE
extern pointer SecurityLookupIDByType(
ClientPtr /*client*/,
XID /*id*/,
@@ -241,15 +239,6 @@ extern pointer SecurityLookupIDByClass(
RESTYPE /*classes*/,
Mask /*access_mode*/);
#else /* not XACE */
#define SecurityLookupIDByType(client, id, rtype, access_mode) \
LookupIDByType(id, rtype)
#define SecurityLookupIDByClass(client, id, classes, access_mode) \
LookupIDByClass(id, classes)
#endif /* XACE */
extern void GetXIDRange(
int /*client*/,