[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r8372 - branches/1.0-stabilization

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-01-18 07:15:45 CET

On Sun, 2004-01-18 at 00:03, kfogel@tigris.org wrote:
> + * r8343
> + Use 'unsigned char secret[64]' instead of 'char secret[64]'.
> + Justification: SVN won't compile on AIX with xlc without this.
> + Votes:
> + +1: kfogel

But SVN won't compile with xlc with this change either, due to the
volatile sig_atomic_t issue. So, r8343 would make sense if combined
with a workaround for that issue (although there is no good workaround),
but it doesn't make a lot of sense by itself.

(Not that it does any harm, of course.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jan 18 07:16:19 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.