[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.85 and 1.86

version 1.85, 2001/10/01 08:06:28 version 1.86, 2001/12/05 03:56:39
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.85  
changed lines
  Added in v.1.86