Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dlock.c679 if (now >= (sb.st_ctime + CVSLCKAGE) && in lock_exists()
1132 if (now >= (sb.st_ctime + CVSLCKAGE)) in set_lock()
Dcvs.h243 #define CVSLCKAGE (60*60) /* 1-hour old lock files cleaned up */ macro