Remove Unixware and openserver support

This commit is contained in:
chase
2018-05-19 19:50:35 -05:00
committed by Jon Trulson
parent beea573d17
commit 07900bd93b
375 changed files with 725 additions and 9112 deletions

View File

@@ -3737,7 +3737,7 @@ do_catopen(
char * ptr;
nl_catd nlmsg_fd = (nl_catd)-1;
char * errmsg;
#if defined(SVR4) || defined (_AIX) || defined(sco) || defined(DEC) || \
#if defined(SVR4) || defined (_AIX) || defined(DEC) || \
defined(CSRG_BASED) || defined(linux) || defined(sun)
char * nextMatch;
#endif
@@ -3762,7 +3762,7 @@ do_catopen(
*/
altCatName = XtMalloc(strlen(catName) + 10);
#if defined(SVR4) || defined (_AIX) || defined(sco) || defined(DEC) || \
#if defined(SVR4) || defined (_AIX) || defined(DEC) || \
defined(CSRG_BASED) || defined(linux) || defined(sun)
/* These platforms don't have strrstr() */
ptr = NULL;