mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
Define S_IWRITE if needed
This commit is contained in:
parent
277a8edd2e
commit
df4738f071
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue