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

Diff for /src/usr.bin/xargs/strnsubst.c between version 1.4 and 1.5

version 1.4, 2005/12/01 05:52:20 version 1.5, 2009/10/27 23:59:50
Line 9 
Line 9 
  *      For the man who taught me vi, and who got too old, too young.   *      For the man who taught me vi, and who got too old, too young.
  */   */
   
 #ifndef lint  
 static const char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <err.h>  #include <err.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5