/[pkgs]/devel/Maelstrom/Maelstrom-open.patch
ViewVC logotype

Contents of /devel/Maelstrom/Maelstrom-open.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Wed Oct 10 20:22:53 2007 UTC (2 years, 1 month ago) by notting
Branch: MAIN
CVS Tags: Maelstrom-3_0_6-14, F-12-split, F-10-split, F-11-split, Maelstrom-3_0_6-15, Maelstrom-3_0_6-16, Maelstrom-3_0_6-17, F-9-split, Maelstrom-3_0_6-18, F-8-split
File MIME type: text/x-patch
fix build
1 diff -up Maelstrom-3.0.6/scores.cpp.foo Maelstrom-3.0.6/scores.cpp
2 --- Maelstrom-3.0.6/scores.cpp.foo 2007-10-10 16:10:17.000000000 -0400
3 +++ Maelstrom-3.0.6/scores.cpp 2007-10-10 16:11:33.000000000 -0400
4 @@ -40,7 +40,7 @@ void GetScoreFile(void)
5 #ifdef unix
6 omask=umask(SCORES_PERMMASK);
7 #endif
8 - f = open(MAELSTROM_SCORES,O_RDWR|O_CREAT);
9 + f = open(MAELSTROM_SCORES,O_RDWR|O_CREAT,S_IRUSR | S_IWUSR | S_IWGRP | S_IRGRP);
10 if (f == -1)
11 f = open(MAELSTROM_SCORES,O_RDONLY);
12 if (f == -1)

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2