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

Diff for /src/usr.bin/xargs/xargs.c between version 1.25 and 1.26

version 1.25, 2007/09/02 15:19:36 version 1.26, 2009/10/27 23:59:50
Line 35 
Line 35 
  * $xMach: xargs.c,v 1.6 2002/02/23 05:27:47 tim Exp $   * $xMach: xargs.c,v 1.6 2002/02/23 05:27:47 tim Exp $
  */   */
   
 #ifndef lint  
 static const char copyright[] =  
 "@(#) Copyright (c) 1990, 1993\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 #if 0  
 static const char sccsid[] = "@(#)xargs.c       8.1 (Berkeley) 6/6/93";  
 #else  
 static const char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/wait.h>  #include <sys/wait.h>
   

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