Re: [Libevent-users] ev_send_error() and friends

2010-05-26 Thread Nick Mathewson
On Wed, May 26, 2010 at 3:54 PM, Felix Nawothnig wrote: > On Wed, 2010-05-26 at 13:50 -0400, Nick Mathewson wrote: >> > If you have no objections, feel free to apply it. >> Done, with minor tweaking to make it C90-compliant. > > Great. Sorry about the C99 thing - why don't you add the appropriate

Re: [Libevent-users] ev_send_error() and friends

2010-05-26 Thread Felix Nawothnig
On Wed, 2010-05-26 at 13:50 -0400, Nick Mathewson wrote: > > If you have no objections, feel free to apply it. > Done, with minor tweaking to make it C90-compliant. Great. Sorry about the C99 thing - why don't you add the appropriate compiler switch to the build system? Wouldn't have happened then

Re: [Libevent-users] ev_send_error() and friends

2010-05-26 Thread Nick Mathewson
On Mon, May 24, 2010 at 8:16 PM, Felix Nawothnig wrote: > Forwarding this discussion from Bug #3006553 to the ML: For reference, that's https://sourceforge.net/tracker/?func=detail&aid=3006553&group_id=50884&atid=461322 > If you have no objections, feel free to apply it. Done, with minor tweaki