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

Diff for /src/usr.bin/ftp/ftp.c between version 1.75 and 1.76

version 1.75, 2009/04/26 21:26:03 version 1.76, 2009/04/27 21:37:13
Line 59 
Line 59 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #if !defined(lint) && !defined(SMALL)  
 static const char rcsid[] = "$OpenBSD$";  
 #endif /* not lint and not SMALL */  
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/socket.h>  #include <sys/socket.h>

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76