[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.10 and 1.11

version 1.10, 2001/09/04 23:35:58 version 1.11, 2002/02/16 21:27:43
Line 56 
Line 56 
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   
 void    usage __P((void));  void    usage(void);
 int     system __P((const char *));  int     system(const char *);
   
 int  int
 main(argc, argv)  main(argc, argv)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11