Home
last modified time | relevance | path

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

/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcsedit.c1681 static struct utimbuf amtime; /* static so unused fields are zero */ local
1684 amtime.actime = now();
1685 amtime.modtime = mtime;
1686 return utime(file, &amtime);