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

Diff for /src/usr.bin/ssh/authfd.c between version 1.6 and 1.7

version 1.6, 1999/10/04 20:45:01 version 1.7, 1999/10/05 22:18:52
Line 31 
Line 31 
 int  int
 ssh_get_authentication_fd()  ssh_get_authentication_fd()
 {  {
   const char *authfd, *authsocket;    const char *authsocket;
   int sock;    int sock;
   struct sockaddr_un sunaddr;    struct sockaddr_un sunaddr;
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7