diff options
Diffstat (limited to 'graphics/xfractint/files/patch-prompts2.c')
-rw-r--r-- | graphics/xfractint/files/patch-prompts2.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/xfractint/files/patch-prompts2.c b/graphics/xfractint/files/patch-prompts2.c deleted file mode 100644 index b92ec9c0eb88..000000000000 --- a/graphics/xfractint/files/patch-prompts2.c +++ /dev/null @@ -1,20 +0,0 @@ ---- prompts2.c.orig Tue Sep 7 00:38:10 1999 -+++ prompts2.c Sun Dec 7 03:01:01 2003 -@@ -9,7 +9,7 @@ - #elif !defined(__386BSD__) - #include <sys/types.h> - #include <sys/stat.h> --#ifndef __SVR4 -+#if !defined(__SVR4) && !defined(__FreeBSD__) - # include <sys/dir.h> - #else - # include <dirent.h> -@@ -20,7 +20,7 @@ - #endif - #ifdef __TURBOC__ - #include <alloc.h> --#elif !defined(__386BSD__) -+#elif !defined(BIG_ANSI_C) - #include <malloc.h> - #endif - |