summaryrefslogtreecommitdiffstats
path: root/contrib/subversion/subversion/libsvn_fs_base/id.h
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2016-05-14 10:18:27 +0000
committerdim <dim@FreeBSD.org>2016-05-14 10:18:27 +0000
commitc0fce3206c07db73705b223c4cb4ef41d586fbb7 (patch)
treec7c6791fdb0ac3703a154f91c073e2d194dac0f9 /contrib/subversion/subversion/libsvn_fs_base/id.h
parente2e2d0eaebaad89d0ef90f345309428d02e0c8ab (diff)
downloadFreeBSD-src-c0fce3206c07db73705b223c4cb4ef41d586fbb7.zip
FreeBSD-src-c0fce3206c07db73705b223c4cb4ef41d586fbb7.tar.gz
MFC r275385 (by bapt):
Sync the svn template with the one from ports MFC r289180 (by peter): Update from svn-1.8.14 to 1.9.2. Formal release notes are available: https://subversion.apache.org/docs/release-notes/1.9.html Of particular note, the client checkout format has *not* changed so upgrades should *not* be required. When reading a repository (file:// or running as a local server), an improved fsfs version 7 is available with significant performance improvements. An optional upgrade is possible to use the new features. Without the upgrade, this is fully read/write compatible with the version 6 fsfs as in svn-1.8. MFC r298845: Update from subversion 1.9.2 to 1.9.4. This contains only bug fixes, no new features. The repository format is also unchanged from 1.9.2. Full list of changes between 1.9.4 and earlier versions: https://svn.apache.org/repos/asf/subversion/tags/1.9.4/CHANGES Note that the two security issues fixed in 1.9.4 (CVE-2016-2167 and CVE-2016-2168) do not affect the version of Subversion in the FreeBSD base system, since neither SASL nor Apache modules are enabled. MFC r298996: Re-sync the FreeBSD-specific Subversion template with the one from ports. Relnotes: yes
Diffstat (limited to 'contrib/subversion/subversion/libsvn_fs_base/id.h')
-rw-r--r--contrib/subversion/subversion/libsvn_fs_base/id.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/subversion/subversion/libsvn_fs_base/id.h b/contrib/subversion/subversion/libsvn_fs_base/id.h
index 4cdb45c..9cdc46d 100644
--- a/contrib/subversion/subversion/libsvn_fs_base/id.h
+++ b/contrib/subversion/subversion/libsvn_fs_base/id.h
@@ -53,9 +53,9 @@ svn_boolean_t svn_fs_base__id_eq(const svn_fs_id_t *a,
svn_boolean_t svn_fs_base__id_check_related(const svn_fs_id_t *a,
const svn_fs_id_t *b);
-/* Return 0 if A and B are equal, 1 if they are related, -1 otherwise. */
-int svn_fs_base__id_compare(const svn_fs_id_t *a,
- const svn_fs_id_t *b);
+/* Return the noderev relationship between A and B. */
+svn_fs_node_relation_t svn_fs_base__id_compare(const svn_fs_id_t *a,
+ const svn_fs_id_t *b);
/* Create an ID based on NODE_ID, COPY_ID, and TXN_ID, allocated in
POOL. */
OpenPOWER on IntegriCloud