[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.2 and 1.3

version 1.2, 1996/06/11 06:48:06 version 1.3, 1996/06/26 05:44:03
Line 1 
Line 1 
   /*      $OpenBSD$       */
 /*      $NetBSD: xargs.c,v 1.7 1994/11/14 06:51:41 jtc Exp $    */  /*      $NetBSD: xargs.c,v 1.7 1994/11/14 06:51:41 jtc Exp $    */
   
 /*-  /*-
Line 46 
Line 47 
 #if 0  #if 0
 static char sccsid[] = "@(#)xargs.c     8.1 (Berkeley) 6/6/93";  static char sccsid[] = "@(#)xargs.c     8.1 (Berkeley) 6/6/93";
 #endif  #endif
 static char rcsid[] = "$NetBSD: xargs.c,v 1.7 1994/11/14 06:51:41 jtc Exp $";  static char rcsid[] = "$OpenBSD$";
 #endif /* not lint */  #endif /* not lint */
   
 #include <sys/types.h>  #include <sys/types.h>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3