On Tuesday 2012-08-14 17:52, Joachim Schmitz wrote: > @@ -98,6 +99,11 @@ > #include <stdlib.h> > #include <stdarg.h> > #include <string.h> >+#ifdef __TANDEM >+# include <strings.h> /* for strcasecmp() */ >+ typedef int intptr_t; /* not "int *" ?!? */ >+ typedef unsigned int uintptr_t; /* not "unsigned int *" ?!? */ Of course not. intptr_t is an integral value capable of holding a pointer; it is not a pointer to int (because that would really be redundant to int*.) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html