[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.10 and 1.11

version 1.10, 1999/10/05 22:18:52 version 1.11, 1999/10/07 22:46:32
Line 51 
Line 51 
   
 int max_fd = 0;  int max_fd = 0;
   
 /* pid of agent == parent of shell */  /* pid of shell == parent of agent */
 int parent_pid = -1;  int parent_pid = -1;
   
 /* pathname and directory for AUTH_SOCKET */  /* pathname and directory for AUTH_SOCKET */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11