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

Diff for /src/usr.bin/ssh/sftp-common.c between version 1.2.2.6 and 1.3

version 1.2.2.6, 2002/03/08 17:04:43 version 1.3, 2001/06/26 17:27:24
Line 28 
Line 28 
   
 #include "buffer.h"  #include "buffer.h"
 #include "bufaux.h"  #include "bufaux.h"
   #include "getput.h"
 #include "log.h"  #include "log.h"
 #include "xmalloc.h"  #include "xmalloc.h"
   
Line 144 
Line 145 
                 return("Operation unsupported");                  return("Operation unsupported");
         default:          default:
                 return("Unknown status");                  return("Unknown status");
         }          };
         /* NOTREACHED */          /* NOTREACHED */
 }  }

Legend:
Removed from v.1.2.2.6  
changed lines
  Added in v.1.3