File THE-3.1-nostrictaliasing.diff of Package the
--- THE-3.1/manext.c.xx 2005-05-10 14:59:43.361858992 +0200
+++ THE-3.1/manext.c 2005-05-10 15:00:04.493568765 +0200
@@ -39,6 +39,8 @@
#endif
#include <stdio.h>
+#include <string.h>
+#include <stdlib.h>
#ifdef HAVE_PROTO
void display_info(void);
--- THE-3.1/rexx.c.xx 2005-05-10 15:01:45.086507049 +0200
+++ THE-3.1/rexx.c 2005-05-10 15:01:54.381988414 +0200
@@ -1204,7 +1204,7 @@
{
RXSYSEXIT Exits[2] ;
RXSTRING Instore[2] ;
- RS_ARG7_TYPE rexxrc=0;
+ short rexxrc=0;
int rc ;
if (rexx_support)