mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Define S_IWRITE if needed
This commit is contained in:
parent
277a8edd2e
commit
df4738f071
@ -38,6 +38,10 @@
|
||||
|
||||
#include "slapcommon.h"
|
||||
|
||||
#ifndef S_IWRITE
|
||||
#define S_IWRITE S_IWUSR
|
||||
#endif
|
||||
|
||||
static int
|
||||
test_file( const char *fname, const char *ftype )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user