diff options
author | Kean Johnson <kean@armory.com> | 2005-11-08 06:33:26 +0000 |
---|---|---|
committer | Kean Johnson <kean@armory.com> | 2005-11-08 06:33:26 +0000 |
commit | 2cac02b2fe1ceaec2a2f1cd601d9ab4afcf3cb66 (patch) | |
tree | 722f0c7dfb56d6566ec02004b1993c7953f83a04 /Xtransutil.c | |
parent | 063a39b0e1e615387fd7baa570265ed71ca87c22 (diff) |
See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902
Diffstat (limited to 'Xtransutil.c')
-rw-r--r-- | Xtransutil.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Xtransutil.c b/Xtransutil.c index f6818af..253e8b0 100644 --- a/Xtransutil.c +++ b/Xtransutil.c @@ -192,6 +192,13 @@ TRANS(ConvertAddress)(int *familyp, int *addrlenp, Xtransaddr **addrp) } #endif /* defined(UNIXCONN) || defined(LOCALCONN) || defined(OS2PIPECONN)*/ +#if (defined(__SCO__) || defined(__UNIXWARE__)) && defined(LOCALCONN) + case 0: + { + *familyp=FamilyLocal; + break; + } +#endif default: PRMSG(1,"ConvertAddress: Unknown family type %d\n", |