[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.43.2.6 and 1.43.2.7

version 1.43.2.6, 2001/11/15 00:14:59 version 1.43.2.7, 2002/03/08 17:04:43
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.43.2.6  
changed lines
  Added in v.1.43.2.7