Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37406859
en ru br
ALT Linux repos
S:1.3-alt1
5.0: 1.1.3-alt3
4.1: 1.1.3-alt1
4.0: 1.0.6-alt1.1
3.0: 1.0.6-alt1.1

Group :: Games/Arcade
RPM: toppler

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: highscore-gcc4.3.patch
Download


--- toppler-1.1.3.orig/highscore.cc	2007-07-19 18:26:35 +0400
+++ toppler-1.1.3/highscore.cc	2008-10-27 08:51:58 +0300
@@ -139,7 +139,7 @@
     setegid(GameGroupID);
     int lockfd;
     
-    while ((lockfd = open(HISCOREDIR "/" SCOREFNAME ".lck", O_CREAT | O_RDWR | O_EXCL)) == -1) {
+    while ((lockfd = open(HISCOREDIR "/" SCOREFNAME ".lck", O_CREAT | O_RDWR | O_EXCL, 0)) == -1) {
       dcl_wait();
       scr_swap();
     }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin