You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
--- image/path.c.dist Wed Jan 15 09:49:05 2003
|
|
|
|
|
+++ image/path.c Wed Jan 15 09:49:14 2003
|
|
|
|
|
@@ -8,8 +8,6 @@
|
|
|
|
|
* See included file "copyright.h" for complete copyright information.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
-#include "copyright.h"
|
|
|
|
|
-#include "xloadimage.h"
|
|
|
|
|
#include <X11/Xos.h>
|
|
|
|
|
#include <sys/stat.h>
|
|
|
|
|
#include <ctype.h>
|
|
|
|
|
@@ -20,6 +18,9 @@
|
|
|
|
|
#if 1 /* SYSV */
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#endif
|
|
|
|
|
+
|
|
|
|
|
+#include "copyright.h"
|
|
|
|
|
+#include "xloadimage.h"
|
|
|
|
|
|
|
|
|
|
/* SUPPRESS 530 */
|
|
|
|
|
/* SUPPRESS 560 */
|
|
|
|
|
--- image/new.c.orig Mon Dec 28 09:23:13 1998
|
|
|
|
|
+++ image/new.c Wed Jul 2 20:02:06 2003
|
|
|
|
|
@@ -11,7 +11,7 @@
|
|
|
|
|
#include "copyright.h"
|
|
|
|
|
#include "image.h"
|
|
|
|
|
|
|
|
|
|
-#include <malloc.h>
|
|
|
|
|
+#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
extern int _Xdebug;
|
|
|
|
|
extern void memoryExhausted(void);
|