From 15c9002d68a7eeb02a6db1f231af7a18a3cf7512 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 21 Jun 2006 16:24:20 -0700 Subject: [PATCH] Correct ifdef - should be XACE, not XSECURITY --- include/extnsionst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/extnsionst.h b/include/extnsionst.h index 8532b69b7..a86e52cbf 100644 --- a/include/extnsionst.h +++ b/include/extnsionst.h @@ -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;