[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

PATH_MAX problem

From: pete collins <petejc_at_collab.net>
Date: 2001-02-13 14:59:15 CET

My build broke this morning on FreeBSD. I think it is a makefile
problem.
Anyway, this hack got it to compile.
I have no idea what the value is supposed to be.

--pete

Index: target.c
===================================================================
RCS file: /cvs/subversion/subversion/libsvn_subr/target.c,v
retrieving revision 1.1
diff -u -r1.1 target.c
--- target.c 2001/02/12 18:00:27 1.1
+++ target.c 2001/02/13 13:30:43
@@ -24,6 +24,8 @@
 #include "svn_path.h"
 #include "apr_file_info.h"
 
+#define PATH_MAX 255
+
 
 /*** Code. ***/
 
Received on Sat Oct 21 14:36:22 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.