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-miscres.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-miscres.c')
-rw-r--r-- | graphics/xfractint/files/patch-miscres.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/graphics/xfractint/files/patch-miscres.c b/graphics/xfractint/files/patch-miscres.c deleted file mode 100644 index f659908f7dcc..000000000000 --- a/graphics/xfractint/files/patch-miscres.c +++ /dev/null @@ -1,18 +0,0 @@ ---- miscres.c.orig Tue Sep 7 00:38:10 1999 -+++ miscres.c Sun Dec 7 10:48:38 2003 -@@ -5,12 +5,12 @@ - #include <string.h> - #include <ctype.h> - #include <time.h> -+#include <stdarg.h> -+#ifndef BIG_ANSI_C - #include <malloc.h> -+#endif - #ifndef XFRACT --#include <stdarg.h> - #include <io.h> --#else --#include <varargs.h> - #endif - /*#ifdef __TURBOC__ - #include <dir.h> |