diff options
Diffstat (limited to 'emulators/mtools')
-rw-r--r-- | emulators/mtools/files/patch-b | 13 | ||||
-rw-r--r-- | emulators/mtools/files/patch-sysincludes.h | 10 |
2 files changed, 10 insertions, 13 deletions
diff --git a/emulators/mtools/files/patch-b b/emulators/mtools/files/patch-b deleted file mode 100644 index 20eb0ba86364..000000000000 --- a/emulators/mtools/files/patch-b +++ /dev/null @@ -1,13 +0,0 @@ ---- file.c.orig Wed May 6 21:59:40 1998 -+++ file.c Wed May 6 22:00:24 1998 -@@ -295,8 +295,10 @@ - #ifdef HAVE_TZSET - { - #ifndef OS_ultrix -+#ifndef __FreeBSD__ - /* Ultrix defines this to be a different type */ - extern long timezone; -+#endif - #endif - tzset(); - tzone = (long) timezone; diff --git a/emulators/mtools/files/patch-sysincludes.h b/emulators/mtools/files/patch-sysincludes.h new file mode 100644 index 000000000000..91b45332cf33 --- /dev/null +++ b/emulators/mtools/files/patch-sysincludes.h @@ -0,0 +1,10 @@ +--- sysincludes.h~ Wed May 1 12:17:51 2002 ++++ sysincludes.h Wed Nov 16 23:57:42 2005 +@@ -239,7 +239,6 @@ + #endif + + #ifdef HAVE_MALLOC_H +-# include <malloc.h> + #endif + + #ifdef HAVE_SIGNAL_H |