remove OSF1 support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user