diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2006-08-02 20:29:59 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2006-08-02 20:29:59 -0400 |
commit | 96e45626c43b7674b66e0258b0b1730d5ce71357 (patch) | |
tree | 9cd058f880096974f5e367f7188a3186e5d76912 /include/extnsionst.h | |
parent | 3c23dec5962b8b81ae838fe0ee2c7b0a789f5386 (diff) |
Rebase Security extension to use devPrivates for storing security state.
Diffstat (limited to 'include/extnsionst.h')
-rw-r--r-- | include/extnsionst.h | 3 |
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; /* |