diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-10-01 18:52:21 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-10-01 18:52:21 +0000 |
commit | 0c13254f97dc78cb4201221b6459172416cc35b7 (patch) | |
tree | d0df5f36041530850d04d9759b9b48a1c7cb5153 /graphics/xfractint/files/patch-memory.c | |
parent | Drop maintainership. (diff) |
- Update to 20.04p09
- Pass maintainership to Paul B Mahol <onemda@gmail.com>
Submitted by: Paul B Mahol <onemda@gmail.com> (by email)
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" |