diff options
Diffstat (limited to 'built_in.h')
-rw-r--r-- | built_in.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 */ |