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

Diff for /src/usr.bin/apply/apply.c between version 1.16 and 1.17

version 1.16, 2003/09/26 21:26:05 version 1.17, 2003/11/10 22:35:07
Line 35 
Line 35 
   
 #ifndef lint  #ifndef lint
 #if 0  #if 0
 static char sccsid[] = "@(#)apply.c     8.4 (Berkeley) 4/4/94";  static const char sccsid[] = "@(#)apply.c       8.4 (Berkeley) 4/4/94";
 #else  #else
 static char rcsid[] = "$OpenBSD$";  static const char rcsid[] = "$OpenBSD$";
 #endif  #endif
 #endif /* not lint */  #endif /* not lint */
   
Line 59 
Line 59 
 main(int argc, char *argv[])  main(int argc, char *argv[])
 {  {
         int ch, clen, debug, i, l, magic, n, nargs, rval;          int ch, clen, debug, i, l, magic, n, nargs, rval;
         char *c, *cmd, *p, *q;          char *c, *c2, *cmd, *p, *q;
         const char *c2;  
         size_t len;          size_t len;
   
         debug = 0;          debug = 0;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17