Bug 74

Summary: Use of sig_atomic_t breaks SunOS4 compile
Product: Portable OpenSSH Reporter: Dave Dykstra <dwd>
Component: sshAssignee: Tim Rice <tim>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: -current   
Hardware: Other   
OS: SunOS   
Attachments:
Description Flags
Patch to add configure test for missing sig_atomic_t none

Description Dave Dykstra 2002-01-19 04:25:31 AEDT
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?
Comment 1 Dave Dykstra 2002-01-23 08:32:29 AEDT
Created attachment 11 [details]
Patch to add configure test for missing sig_atomic_t
Comment 2 Tim Rice 2002-02-26 17:03:00 AEDT
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.
Comment 3 Tim Rice 2002-03-09 04:33:07 AEDT
Fixed 26 Feb 2002
Comment 4 Damien Miller 2004-04-14 12:24:17 AEST
Mass change of RESOLVED bugs to CLOSED