Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsedit.c1683 static struct utimbuf amtime; /* static so unused fields are zero */ local
1686 amtime.actime = now();
1687 amtime.modtime = mtime;
1688 return utime(file, &amtime);