remove OSF1 support

This commit is contained in:
chase
2018-05-24 14:50:03 -05:00
committed by Jon Trulson
parent 3c1736f077
commit 164e695cd0
325 changed files with 290 additions and 9980 deletions

View File

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