diff options
Diffstat (limited to 'graphics/xfractint/files/patch-memory.c')
-rw-r--r-- | graphics/xfractint/files/patch-memory.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/xfractint/files/patch-memory.c b/graphics/xfractint/files/patch-memory.c deleted file mode 100644 index 982c0f976c56..000000000000 --- a/graphics/xfractint/files/patch-memory.c +++ /dev/null @@ -1,16 +0,0 @@ ---- memory.c.orig Tue Sep 7 00:38:10 1999 -+++ memory.c Sun Dec 7 02:51:11 2003 -@@ -1,12 +1,9 @@ - #include <string.h> - #include <limits.h> --#include <malloc.h> - #ifndef XFRACT - #include <io.h> --#include <stdarg.h> --#else --#include <varargs.h> - #endif -+#include <stdarg.h> - #include <ctype.h> - - #include "port.h" |