diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-04 19:32:08 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-04 19:32:08 -0800 |
commit | e1677ce019219ac164d99f1e04f17caf16fc785a (patch) | |
tree | 564d19a4329bc7ae7ebfe4567b7b0eec40e669a1 /src/setauth.c | |
parent | f166e8bbf16ec214fefdcf02ce81f80442899cb7 (diff) |
unifdef -U__UNIXOS2__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/setauth.c')
-rw-r--r-- | src/setauth.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/setauth.c b/src/setauth.c index d190de5..2e9f882 100644 --- a/src/setauth.c +++ b/src/setauth.c @@ -50,11 +50,7 @@ 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 |