On Wed, 8 Jan 2020 15:31:39 -0500
Kurt Mosiejczuk wrote:

> This fixes comms/mgetty+sendfax for architectures that use gcc to
> compile.
> 
> The problem was the patches for g3/* added "static" by themselves
> before the "#ifdef _GNUC". Since there was "static inline" inside the
> ifdef, on gcc archs it would end up being "static static inline"
> which, unsurprisingly, didn't work.
> 
> I fixed by making it so the patch basically moves the static outside
> the
> #ifdef
> 
> ok?

Thanks, i was about to work on it :) 

It builds and tests are fine on macppc. OK cwen@

Reply via email to