Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 1995 00:12:21 +0200
From:      Joerg Wunsch <joerg>
To:        CVS-commiters, cvs-ports
Subject:   cvs commit: ports/games/xboing/patches patch-ad
Message-ID:  <199504012212.AAA02373@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
joerg       95/04/02 00:12:19

  Added:       games/xboing/patches patch-ad
  Log:
  xboing used to lock the score file against itself.  This has been due
  to a wrong understanding of how the locking works.  It locks on files,
  not descriptors, hence it's not sufficient to close the descriptor of
  a locked file.
  
  The patch fixes this.



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