Searched refs:amtime (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/rcs/
H A Drcsedit.c1670 static struct utimbuf amtime; /* static so unused fields are zero */ local
1673 amtime.actime = now();
1674 amtime.modtime = mtime;
1675 return utime(file, &amtime);

Completed in 41 milliseconds