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