summaryrefslogtreecommitdiffstats
path: root/mail/fdm/patches/030-musl_ACCESSPERMS.patch
blob: b781871b2e5e01c9d9b4e0c6bf466e67732ae7e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/file.c
+++ b/file.c
@@ -26,6 +26,8 @@
 
 #include "fdm.h"
 
+#define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO)
+
 int	mklock(u_int, const char *);
 void	rmlock(u_int, const char *);
 int	lockfd(u_int, int);