Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2006 19:02:41 +0000 (UTC)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: projects/csup main.c
Message-ID:  <200601261902.k0QJ2fnk099275@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601261902.k0QJ2fnk099275>