The use of sig_atomic_t in clientloop.c, serverloop.c, and sshd.c causes compilation to bomb on SunOS 4.1.4 where that type is not defined. Markus added it on November 22. Should the use of the type be removed or should there be a configure test to add the typedef if it is not found?
Created attachment 11 [details] Patch to add configure test for missing sig_atomic_t
I've addressed this bug (and several others) in modifications i'm in the process of testing now. If all my machines build OK I'll commit in the morning.
Fixed 26 Feb 2002
Mass change of RESOLVED bugs to CLOSED