Bug 74 - Use of sig_atomic_t breaks SunOS4 compile
Summary: Use of sig_atomic_t breaks SunOS4 compile
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: ssh (show other bugs)
Version: -current
Hardware: Other SunOS
: P2 normal
Assignee: Tim Rice
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-19 04:25 AEDT by Dave Dykstra
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments
Patch to add configure test for missing sig_atomic_t (1.36 KB, patch)
2002-01-23 08:32 AEDT, Dave Dykstra
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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