CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/12/14 17:49:27
Modified files:
usr.bin/ssh : readpass.c
Log message:
fix ControlMaster=ask regression
reset SIGCHLD handler before fork (and restore it after) so we don't miss
the the askpass child's exit status. Correct test for exit status/signal to
account for waitpid() failure; with claudio@ ok claudio@ markus@
