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

Diff for /src/usr.bin/sort/Attic/fsort.c between version 1.20 and 1.21

version 1.20, 2008/11/20 12:14:16 version 1.21, 2009/10/27 23:59:43
Line 32 
Line 32 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)fsort.c     8.1 (Berkeley) 6/6/93";  
 #else  
 static char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 /*  /*
  * Read in the next bin.  If it fits in one segment sort it;   * Read in the next bin.  If it fits in one segment sort it;
  * otherwise refine it by segment deeper by one character,   * otherwise refine it by segment deeper by one character,

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21