Remove Unixware and openserver support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user