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

Diff for /src/usr.bin/sort/sort.c between version 1.36 and 1.37

version 1.36, 2007/08/22 06:56:40 version 1.37, 2009/10/27 23:59:43
Line 32 
Line 32 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static char copyright[] =  
 "@(#) Copyright (c) 1993\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)sort.c      8.1 (Berkeley) 6/6/93";  
 #else  
 static char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 /*  /*
  * Sort sorts a file using an optional user-defined key.   * Sort sorts a file using an optional user-defined key.
  * Sort uses radix sort for internal sorting, and allows   * Sort uses radix sort for internal sorting, and allows

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37