ports/sysutils/tree/files/patch-tree.c
Vasil Dimov 80f89efd9c Upgrade sysutils/tree from 1.5.0 to 1.5.1
New version reported by:	shaun (via portscout)
2007-01-25 17:02:16 +00:00

23 lines
487 B
C

--- 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)
{