Define S_IWRITE if needed

This commit is contained in:
Howard Chu 2011-10-12 19:19:52 -07:00
parent 277a8edd2e
commit df4738f071

View File

@ -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 )
{