summaryrefslogtreecommitdiff
path: root/games/xrot/files/patch-record.c
blob: 5b80fe6a2caa2364d231b5125d4cea4732a5156b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- record.c.orig	Fri Apr  6 18:36:55 2001
+++ record.c	Fri Apr  6 18:37:03 2001
@@ -20,7 +20,7 @@
 extern void conv_time();
 
 #ifdef SECURE_RECORDFILE
-#define PERM 0644
+#define PERM 0664
 #else
 #define PERM 0666
 #endif