[12453] in Athena Bugs
sun4 7.7H: x11
daemon@ATHENA.MIT.EDU (vrt@MIT.EDU)
Tue Aug 23 10:01:18 1994
From: vrt@MIT.EDU
Date: Tue, 23 Aug 1994 10:01:12 +0500
To: Chris Tang <tango@MIT.EDU>, bugs@MIT.EDU
Cc:
Thank you for your bug report. If you look at Xos.h you will see that you have
to define SYSV. The relevant section from that include is:
#if defined(SYSV) && !defined(_AIX)
#include <string.h>
#define index strchr
#define rindex strrchr
#else
#include <strings.h>
#endif /* SYSV */
When we build the system we define SYSV and had no problems.
Mark Virtue
Systems Programmer
IS/DCNS-Dev