diff options
Diffstat (limited to 'src/setauth.c')
-rw-r--r-- | src/setauth.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/setauth.c b/src/setauth.c index 5df13ec..48b4d3a 100644 --- a/src/setauth.c +++ b/src/setauth.c @@ -26,6 +26,7 @@ in this Software without prior written authorization from The Open Group. Author: Ralph Mor, X Consortium ******************************************************************************/ +/* $XFree86: xc/lib/ICE/setauth.c,v 1.5 2002/05/31 18:45:41 dawes Exp $ */ #include <X11/ICE/ICElib.h> #include "ICElibint.h" @@ -48,7 +49,11 @@ Author: Ralph Mor, X Consortium */ int _IcePaAuthDataEntryCount = 0; +#ifndef __UNIXOS2__ IceAuthDataEntry _IcePaAuthDataEntries[ICE_MAX_AUTH_DATA_ENTRIES]; +#else +IceAuthDataEntry _IcePaAuthDataEntries[ICE_MAX_AUTH_DATA_ENTRIES] = {0}; +#endif void |