From owner-freebsd-commit Sat Apr 1 14:13:57 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA02511 for commit-outgoing; Sat, 1 Apr 1995 14:13:57 -0800 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA02496 for cvs-ports-outgoing; Sat, 1 Apr 1995 14:13:51 -0800 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA02373; Sun, 2 Apr 1995 00:12:21 +0200 Date: Sun, 2 Apr 1995 00:12:21 +0200 From: Joerg Wunsch Message-Id: <199504012212.AAA02373@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/games/xboing/patches patch-ad Sender: commit-owner@FreeBSD.org Precedence: bulk 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.