summaryrefslogtreecommitdiff
path: root/include/extnsionst.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2006-08-02 20:29:59 -0400
committerEamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>2006-08-02 20:29:59 -0400
commit96e45626c43b7674b66e0258b0b1730d5ce71357 (patch)
tree9cd058f880096974f5e367f7188a3186e5d76912 /include/extnsionst.h
parent3c23dec5962b8b81ae838fe0ee2c7b0a789f5386 (diff)
Rebase Security extension to use devPrivates for storing security state.
Diffstat (limited to 'include/extnsionst.h')
-rw-r--r--include/extnsionst.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/extnsionst.h b/include/extnsionst.h
index 35aa97e1a..e28732f80 100644
--- a/include/extnsionst.h
+++ b/include/extnsionst.h
@@ -72,9 +72,6 @@ typedef struct _ExtensionEntry {
unsigned short (* MinorOpcode)( /* called for errors */
ClientPtr /* client */);
DevUnion *devPrivates;
-#ifdef XACE
- pointer securityState[4]; /* 4 slots for use */
-#endif
} ExtensionEntry;
/*