diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-08-16 16:01:42 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-08-16 16:01:42 -0400 |
commit | 6fd0a0b08de912421718aca17fe34a55ae285ae7 (patch) | |
tree | b9615152f28445e87b753517d081d1197e051593 /dix/privates.c | |
parent | b2b7817497dd5da73d23ec9cc637c563041fc490 (diff) |
devPrivates rework: add const qualifier to key type.
Diffstat (limited to 'dix/privates.c')
-rw-r--r-- | dix/privates.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dix/privates.c b/dix/privates.c index 4dbba437c..1ca361c3d 100644 --- a/dix/privates.c +++ b/dix/privates.c @@ -47,7 +47,7 @@ from The Open Group. #include "extnsionst.h" typedef struct _PrivateDesc { - DevPrivateKey key; + pointer key; unsigned size; CallbackListPtr initfuncs; CallbackListPtr deletefuncs; |