Re: patch to net/irc

2015-05-17 Thread Stuart Henderson
On 2015/05/16 21:43, John L. Scarfone wrote: > I attempted to send this to Brian Caswell but it > bounced. > > I noticed that ircd was crashing on me sometimes when a user disconnects. > I traced it down to the time_t bump to 64 bits. Below is a patch. There > may be other time_t issues but I hav

patch to net/irc

2015-05-16 Thread John L. Scarfone
I attempted to send this to Brian Caswell but it bounced. I noticed that ircd was crashing on me sometimes when a user disconnects. I traced it down to the time_t bump to 64 bits. Below is a patch. There may be other time_t issues but I haven't had a chance to look yet. $ cat patch-ircd_s_misc_c