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

Diff for /src/usr.bin/sort/Attic/fields.c between version 1.13 and 1.14

version 1.13, 2008/02/22 01:24:58 version 1.14, 2009/10/27 23:59:43
Line 32 
Line 32 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)fields.c    8.1 (Berkeley) 6/6/93";  
 #else  
 static char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 /* Subroutines to generate sort keys. */  /* Subroutines to generate sort keys. */
   
 #include "sort.h"  #include "sort.h"

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