65a1284a66
From Sigfred Haversen <bsdlist@mumak.com> ok steven@
13 lines
513 B
Plaintext
13 lines
513 B
Plaintext
$OpenBSD: patch-subversion_svnversion_main_c,v 1.2 2006/01/27 10:20:56 alek Exp $
|
|
--- subversion/svnversion/main.c.orig Sun Jan 8 14:14:17 2006
|
|
+++ subversion/svnversion/main.c Sun Jan 8 14:14:28 2006
|
|
@@ -141,7 +141,7 @@ help(const apr_getopt_option_t *options,
|
|
static svn_error_t *
|
|
check_lib_versions (void)
|
|
{
|
|
- static const svn_version_checklist_t checklist[] =
|
|
+ static svn_version_checklist_t checklist[] =
|
|
{
|
|
{ "svn_subr", svn_subr_version },
|
|
{ "svn_client", svn_client_version },
|