Remove dummy S_I[RWX]USR definitions
commitdaa29299734d14321d6a5d9a900ecf9be64ee1be
authorKarsten Blees <blees@dcon.de>
Fri, 7 Jan 2011 13:28:49 +0000 (7 14:28 +0100)
committerKarsten Blees <blees@dcon.de>
Sat, 8 Jan 2011 16:30:12 +0000 (8 17:30 +0100)
tree1e4b57c46a1fed5a5d3076dd4f641f3154fbfdb8
parente47cf4684bb5ac879d636f6c9dbd7ac93e1520e4
Remove dummy S_I[RWX]USR definitions

These are declared in stat.h (for MinGW) or unistd.h (for MSVC, currently
resulting in many duplicate definition warnings). As git actually uses
these constants (in contrast to, e.g. S_I*GRP), there's no point in
dummy-defining them to 0 anyway.

Signed-off-by: Karsten Blees <blees@dcon.de>
compat/mingw.h