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

Diff for /src/usr.bin/touch/touch.c between version 1.6 and 1.7

version 1.6, 2000/10/13 13:54:59 version 1.7, 2002/02/16 21:27:55
Line 62 
Line 62 
 #include <tzfile.h>  #include <tzfile.h>
 #include <unistd.h>  #include <unistd.h>
   
 int     rw __P((char *, struct stat *, int));  int     rw(char *, struct stat *, int);
 void    stime_arg1 __P((char *, struct timeval *));  void    stime_arg1(char *, struct timeval *);
 void    stime_arg2 __P((char *, int, struct timeval *));  void    stime_arg2(char *, int, struct timeval *);
 void    stime_file __P((char *, struct timeval *));  void    stime_file(char *, struct timeval *);
 void    usage __P((void));  void    usage(void);
   
 int  int
 main(argc, argv)  main(argc, argv)

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7