[[[
Include termios.h to get struct winsize declared when building with
the Android NDK.
* subversion/svn/file-merge.c: Include termios.h to fix Android build.
]]]
Index: subversion/svn/file-merge.c
===
--- subversion/svn/file-merge.c
Andreas Stieger wrote on Sun, Jun 01, 2014 at 21:22:15 +0100:
> On 01/06/14 02:53, Daniel Shahaf wrote:
> > Don't we prefer doing:
> >
> > svn_error_createf(SVN_ERR_BASE, NULL, _("%s: number %ld"),
> > apr_psprintf(pool, "%" APR_UINT64_T_FMT,
> > (apr_uint64_t)1),
> >
Failed to build Revision: 1599080.
Hi,
thank you for the review.
On 01/06/14 02:53, Daniel Shahaf wrote:
> Don't we prefer doing:
>
> svn_error_createf(SVN_ERR_BASE, NULL, _("%s: number %ld"),
> apr_psprintf(pool, "%" APR_UINT64_T_FMT,
> (apr_uint64_t)1),
> 1L)
>
> since it allows
The current Community Guide doesn't turn up in Google searches for 'svn
hacking guide' because the document is now called 'Apache Subversion
Community Guide (aka "HACKING")', whereas before it was called 'Hacking
Guide'.
https://www.google.co.uk/search?q=svn+hacking+guide&oq=svn+hacking+guide&
5 matches
Mail list logo