--- ./src/xedit.c.00	1996-11-24 17:57:34.000000000 +0000
+++ ./src/xedit.c	2007-12-08 15:24:53.000000000 +0000
@@ -1054,7 +1054,7 @@
 /********************************************************************************
  *       Main function								*
  ********************************************************************************/
-void
+int
 main(argc, argv)
 int argc;
 char **argv;
--- ./src/xedit.h.00	1996-11-24 17:57:34.000000000 +0000
+++ ./src/xedit.h	2007-12-08 15:25:28.000000000 +0000
@@ -225,7 +225,7 @@
 extern void getdirectory();
 
 /* Unix externals */
-extern char *malloc();
+/* extern char *malloc(); */
 
 /* Drag and drop stuff */
 
@@ -237,4 +237,4 @@
 /* Accents stuff */
 #ifdef MUTEKEYS
 	#include "accent.h"
-#endif MUTEKEYS
+#endif
--- ./src/file.c.00	1996-11-24 17:57:34.000000000 +0000
+++ ./src/file.c	2007-12-08 15:29:31.000000000 +0000
@@ -44,7 +44,7 @@
 #include <sys/stat.h>
 #include <stdlib.h>
 
-extern char *malloc();
+/* extern char *malloc(); */
 
 extern Widget textwindow;
 extern Widget labelwindow;
--- ./src/file_sel.c.00	1996-11-24 17:57:34.000000000 +0000
+++ ./src/file_sel.c	2007-12-08 15:30:19.000000000 +0000
@@ -86,8 +86,8 @@
 #include <stdlib.h>
 #include <unistd.h>
 
-extern char *malloc();
-extern char *realloc();
+/* extern char *malloc(); */
+/* extern char *realloc(); */
 extern char *getenv();                    /* Lesen der Umgebungsvariablen */
 extern int chdir();                       /* Directorywechsel */
 static char *filename;                    /* Pointer auf Filename */
