Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102652919
D45375.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
572 B
Referenced Files
None
Subscribers
None
D45375.diff
View Options
diff --git a/tools/build/cross-build/include/linux/sys/stat.h b/tools/build/cross-build/include/linux/sys/stat.h
--- a/tools/build/cross-build/include/linux/sys/stat.h
+++ b/tools/build/cross-build/include/linux/sys/stat.h
@@ -58,5 +58,13 @@
#define S_ISTXT S_ISVTX
#endif
+#ifndef DEFFILEMODE
+#define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
+#endif
+
+#ifndef ALLPERMS
+#define ALLPERMS (S_ISUID | S_ISGID | S_ISTXT | S_IRWXU | S_IRWXG | S_IRWXO)
+#endif
+
/* This include is needed for OpenZFS bootstrap */
#include <sys/mount.h>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 9:26 AM (21 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14638422
Default Alt Text
D45375.diff (572 B)
Attached To
Mode
D45375: cross-build: Define DEFFILEMODE and ALLPERMS if not defined
Attached
Detach File
Event Timeline
Log In to Comment