Re: svn commit: r8372 - branches/1.0-stabilization
Greg Hudson <ghudson-DPNOqEs/[email protected]> Sun, 18 Jan 2004 01:15:45 -0500
| Newsgroups | gmane.comp.version-control.subversion.svn,gmane.mail.eyebrowse.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 2004-01-18 at 00:03, [email protected] 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.)