cvs commit: projects/csup main.c
Maxime Henrion
mux at FreeBSD.org
Thu Jan 26 11:02:44 PST 2006
mux 2006-01-26 19:02:41 UTC
FreeBSD projects repository
Modified files:
csup main.c
Log:
- When creating a lockfile, since I don't really need atomicity, stop
using the non-portable O_EXLOCK open() flag and call flock() by hand.
- While I was here, I noticed that the code in CVSup writes the PID
into the lockfile and that we don't. Add an XXX comment so that this
has a chance to get fixed someday.
Revision Changes Path
1.23 +16 -7 projects/csup/main.c
More information about the cvs-all
mailing list