From c02fc24c4abac072933bb0b96e5fe329cbfaaab6 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 15 Jun 2011 16:57:59 +0200 Subject: [PATCH] Revert "MinGW: Add missing file mode bit defines" This reverts commit 5ff1232f6360c596bcaba9aa74991e28ea9b800a. --- compat/mingw.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compat/mingw.h b/compat/mingw.h index 01ce671ab2..ef5226c7c4 100644 --- a/compat/mingw.h +++ b/compat/mingw.h @@ -14,12 +14,6 @@ typedef int socklen_t; #define S_ISLNK(x) (((x) & S_IFMT) == S_IFLNK) #define S_ISSOCK(x) 0 -#ifndef _STAT_H_ -#define S_IRUSR 0 -#define S_IWUSR 0 -#define S_IXUSR 0 -#define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR) -#endif #define S_IRGRP 0 #define S_IWGRP 0 #define S_IXGRP 0 -- 2.11.4.GIT