diff options
author | jmz <jmz@FreeBSD.org> | 2005-11-17 18:28:21 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2005-11-17 18:28:21 +0800 |
commit | 11ca6a3ce7ae52ca4e47e90a7fd03acf18bd8bae (patch) | |
tree | b91eb0737a41d842eec18e65b437afab7077d2f9 /emulators/mtools | |
parent | 884b255c48f53b31a4a329bb3f84c6694da3ca32 (diff) | |
download | freebsd-ports-gnome-11ca6a3ce7ae52ca4e47e90a7fd03acf18bd8bae.tar.gz freebsd-ports-gnome-11ca6a3ce7ae52ca4e47e90a7fd03acf18bd8bae.tar.zst freebsd-ports-gnome-11ca6a3ce7ae52ca4e47e90a7fd03acf18bd8bae.zip |
Upgrade to version 3.9.9.
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 |