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

Diff for /src/usr.bin/fmt/fmt.c between version 1.26 and 1.27

version 1.26, 2007/03/20 03:50:39 version 1.27, 2009/10/27 23:59:38
Line 168 
Line 168 
  * Initial revision   * Initial revision
  */   */
   
 #ifndef lint  
 static const char rcsid[] =  
   "$OpenBSD$";  
 static const char copyright[] =  
   "Copyright (c) 1997 Gareth McCaughan. All rights reserved.\n";  
 #endif /* not lint */  
   
 #include <ctype.h>  #include <ctype.h>
 #include <err.h>  #include <err.h>
 #include <locale.h>  #include <locale.h>

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27