Re: Dropbear Compilation on IRIX 6.5 broken again (2020.80)

2020-10-07 Thread Matt Johnston
Hi Kazuo, It's a gnu extension, equivalent to chansess->original_command = chansess->cmd ? chansess->cmd : m_strdup(""); I've pushed a fix now, I prefer a plain "if" statement. Cheers, Matt > On Thu 8/10/2020, at 8:59 am, Kazuo Kuroi wrote: > > Hi folks, > > MIPSPro 7.4.4m on IRIX doesn't

Dropbear Compilation on IRIX 6.5 broken again (2020.80)

2020-10-07 Thread Kazuo Kuroi
Hi folks, MIPSPro 7.4.4m on IRIX doesn't like svr-chansession.c again: cc-1029 c99: ERROR File = svr-chansession.c, Line = 696   An expression is expected at this point.     chansess->original_command = chansess->cmd ? : m_strdup("");