summaryrefslogtreecommitdiff
path: root/sysutils/tree/files/patch-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/tree/files/patch-tree.c')
-rw-r--r--sysutils/tree/files/patch-tree.c21
1 files changed, 17 insertions, 4 deletions
diff --git a/sysutils/tree/files/patch-tree.c b/sysutils/tree/files/patch-tree.c
index f6076804e377..406314e18330 100644
--- a/sysutils/tree/files/patch-tree.c
+++ b/sysutils/tree/files/patch-tree.c
@@ -1,10 +1,23 @@
---- tree.c.orig Mon Aug 16 02:07:21 2004
-+++ tree.c Thu Oct 21 11:51:36 2004
-@@ -189,7 +189,6 @@
+--- tree.c.orig Tue Jan 9 23:07:16 2007
++++ tree.c Thu Jan 25 18:58:28 2007
+@@ -17,7 +17,6 @@
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+-#include <features.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <time.h>
+@@ -178,12 +177,6 @@
+ char *sLevel, *curdir, *outfilename = NULL;
FILE *outfile;
int *dirs, maxdirs;
-
+-
+-#ifdef CYGWIN
+-extern int MB_CUR_MAX;
+-#else
-extern size_t MB_CUR_MAX;
+-#endif
int main(int argc, char **argv)
{