Hi All,
Find the patch and log.
With regards
Kamesh Jayachandran
[[[
Patch by: Kamesh Jayachandran <kamesh@collab.net>
Compile warning was there assuming the return type as 'int' for
'svn_fs_merge_info__create_index' as I forgot to include
private/svn_fs_merge_info.h as a part of my mass move patch.
* subversion/libsvn_fs_base/fs.c
(global):
including "private/svn_fs_merge_info.h".
]]]
Index: subversion/libsvn_fs_base/fs.c
===================================================================
--- subversion/libsvn_fs_base/fs.c (revision 21673)
+++ subversion/libsvn_fs_base/fs.c (working copy)
@@ -57,6 +57,7 @@
#include "bdb/lock-tokens-table.h"
#include "../libsvn_fs/fs-loader.h"
+#include "private/svn_fs_merge_info.h"
/* Checking for return values, and reporting errors. */
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 27 11:39:34 2006