summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--built_in.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/built_in.h b/built_in.h
index d7d4b6b..a3b7bf8 100644
--- a/built_in.h
+++ b/built_in.h
@@ -406,4 +406,8 @@ static inline u64 cpu_to_le64(u64 val)
# define PACKET_KERNEL 7
#endif
+#ifndef DEFFILEMODE
+# define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) /* 0666 */
+#endif
+
#endif /* BUILT_IN_H */