--- ./edx-1.04/edx.c.00	2005-09-03 01:10:31.000000000 +0200
+++ ./edx-1.04/edx.c	2007-10-21 19:29:20.000000000 +0200
@@ -1088,7 +1088,7 @@
 		case DestroyNotify:
 			XCloseDisplay(dpy);
 			exit(0);
-		default:
+		default:;
 		};
 	};
 }
--- ./edx-1.04/eeng.c.00	2007-10-21 19:33:56.000000000 +0200
+++ ./edx-1.04/eeng.c	2007-10-21 19:40:03.000000000 +0200
@@ -1278,7 +1278,7 @@
 	if(fo == 0) {
 		strcpy(bbuf, ewin.name);
 		strcat(bbuf, "XXXXXX");
-		if(!(fo=fopen((char *)mktemp(bbuf), "w"))) return -1;
+		if(!(fo=fopen((char *)mkstemp(bbuf), "w"))) return -1;
 	}
 
 #ifndef MSVC
