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

Diff for /src/usr.bin/make/timestamp.c between version 1.1 and 1.2

version 1.1, 2001/05/23 12:34:50 version 1.2, 2004/04/07 13:11:36
Line 34 
Line 34 
 #include <utime.h>  #include <utime.h>
 #endif  #endif
   
 TIMESTAMP now;          /* The time at the start of this whole  TIMESTAMP now;          /* The time at the start of this whole process */
                          * process */  
   
 int  int
 set_times(f)  set_times(const char *f)
     const char *f;  
 {  {
 #ifdef USE_TIMESPEC  #ifdef USE_TIMESPEC
     struct timeval tv[2];      struct timeval tv[2];

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