You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
255 B

--- a/fileio.c
+++ b/fileio.c
@@ -23,6 +23,10 @@
#include <string.h>
#include <unistd.h>
+#ifndef DEFFILEMODE
+#define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
+#endif
+
#include "def.h"
#include "kbd.h"
#include "pathnames.h"