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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"