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

Diff for /src/usr.bin/ssh/scp.c between version 1.68.2.2 and 1.68.2.3

version 1.68.2.2, 2001/11/15 00:15:19 version 1.68.2.3, 2002/03/09 00:20:44
Line 895 
Line 895 
 }  }
   
 int  int
 response()  response(void)
 {  {
         char ch, *cp, resp, rbuf[2048];          char ch, *cp, resp, rbuf[2048];
   
Line 928 
Line 928 
 }  }
   
 void  void
 usage()  usage(void)
 {  {
         (void) fprintf(stderr,          (void) fprintf(stderr,
             "usage: scp [-pqrvBC46] [-F config] [-S ssh] [-P port] [-c cipher] [-i identity]\n"              "usage: scp [-pqrvBC46] [-F config] [-S ssh] [-P port] [-c cipher] [-i identity]\n"

Legend:
Removed from v.1.68.2.2  
changed lines
  Added in v.1.68.2.3