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

Diff for /src/usr.bin/tftp/tftpsubs.c between version 1.13 and 1.14

version 1.13, 2007/09/10 14:29:53 version 1.14, 2009/10/27 23:59:44
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)tftpsubs.c  8.1 (Berkeley) 6/6/93";  
 #endif  
 static const char rcsid[] =  
     "$OpenBSD$";  
 #endif /* not lint */  
   
 /*  /*
  * Simple minded read-ahead/write-behind subroutines for tftp user and   * Simple minded read-ahead/write-behind subroutines for tftp user and
  * server.  Written originally with multiple buffers in mind, but current   * server.  Written originally with multiple buffers in mind, but current

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