Emacs 21.2 make failure

- 解決までの筋道がすばらしい.
  http://naoya.dyndns.org/diary/?date=20020509#p03

- 具体的なパッチは以下

--- /usr/openwin/include/X11/Xos.h-orig 2002-08-02 07:01:17.000000000 +0900
+++ /usr/openwin/include/X11/Xos.h      2003-02-21 19:04:27.072052000 +0900
@@ -76,9 +76,10 @@
 #if defined(_LP64) || !defined(X_NOT_STDC_ENV)

 #if (defined(sun) && defined(SVR4)) /* Solaris */
-#undef index
-#undef rindex
-#include <strings.h>
+#include <string.h>
+#ifndef index
+#define index strchr
+#endif
 #else
 #include <string.h>
 #ifndef index


- ちなみに,mule-2.3-19.34 でも使える.