1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Use mode 644 for score file

This commit is contained in:
Jean-Marc Zucconi 1994-11-21 02:22:04 +00:00
parent 076fb73065
commit f94ccafd69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438

View File

@ -0,0 +1,19 @@
*** scores.c~ Mon Nov 8 15:15:55 1993
--- scores.c Sat Nov 19 22:32:31 1994
***************
*** 35,41 ****
numhighs = 0;
scorefd = open(SCOREPATH, O_RDWR);
if(scorefd == -1) {
! scorefd = open(SCOREPATH, O_RDWR | O_CREAT, 0444);
if(scorefd == -1) {
scorefd = open("jetpack.scores", O_RDWR);
if(scorefd == -1) {
--- 35,41 ----
numhighs = 0;
scorefd = open(SCOREPATH, O_RDWR);
if(scorefd == -1) {
! scorefd = open(SCOREPATH, O_RDWR | O_CREAT, 0644);
if(scorefd == -1) {
scorefd = open("jetpack.scores", O_RDWR);
if(scorefd == -1) {