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

Diff for /src/usr.bin/ssh/sftp-server.c between version 1.13 and 1.14

version 1.13, 2001/01/16 20:54:27 version 1.14, 2001/01/21 19:05:56
Line 24 
Line 24 
 #include "includes.h"  #include "includes.h"
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
 #include "ssh.h"  
 #include "buffer.h"  #include "buffer.h"
 #include "bufaux.h"  #include "bufaux.h"
 #include "getput.h"  #include "getput.h"
   #include "log.h"
 #include "xmalloc.h"  #include "xmalloc.h"
   
 #include "sftp.h"  #include "sftp.h"

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14