[BACK]Return to ssh-agent.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-agent.c between version 1.134 and 1.135

version 1.134, 2006/03/25 13:17:02 version 1.135, 2006/03/25 18:41:45
Line 954 
Line 954 
         _exit(i);          _exit(i);
 }  }
   
   /*ARGSUSED*/
 static void  static void
 cleanup_handler(int sig)  cleanup_handler(int sig)
 {  {
Line 961 
Line 962 
         _exit(2);          _exit(2);
 }  }
   
   /*ARGSUSED*/
 static void  static void
 check_parent_exists(int sig)  check_parent_exists(int sig)
 {  {

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.135