[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.11 and 1.12

version 1.11, 2023/09/04 11:35:11 version 1.12, 2024/04/09 15:08:21
Line 33 
Line 33 
   
 struct timespec starttime;  struct timespec starttime;
   
 int  
 set_times(const char *f)  
 {  
     return utimes(f, NULL);  
 }  
   
 #define PLACEHOLDER "XXXXXXXXX "  #define PLACEHOLDER "XXXXXXXXX "
 char *  char *
 time_to_string(struct timespec *t)  time_to_string(struct timespec *t)

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