diff --git a/common/port.h b/common/port.h index bf55e171..1781ee61 100644 --- a/common/port.h +++ b/common/port.h @@ -45,9 +45,9 @@ GNU General Public License for more details. #else #include #define HAVE_DUP + #define O_BINARY 0 #endif - #define O_BINARY 0 - #define O_TEXT 0 + #define O_TEXT 0 #define _mkdir( x ) mkdir( x, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH ) #endif