[GRASS-SVN] r36270 - grass/branches/releasebranch_6_4/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 9 04:51:31 EDT 2009
Author: neteler
Date: 2009-03-09 04:51:31 -0400 (Mon, 09 Mar 2009)
New Revision: 36270
Modified:
grass/branches/releasebranch_6_4/lib/gis/fmode.c
Log:
backport of missing MingW patch
Modified: grass/branches/releasebranch_6_4/lib/gis/fmode.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/fmode.c 2009-03-09 08:50:42 UTC (rev 36269)
+++ grass/branches/releasebranch_6_4/lib/gis/fmode.c 2009-03-09 08:51:31 UTC (rev 36270)
@@ -2,7 +2,3 @@
#include <fcntl.h>
#undef _fmode
int _fmode = _O_BINARY;
-#include <stdlib.h>
-#include <fcntl.h>
-#undef _fmode
-int _fmode = _O_BINARY;
More information about the grass-commit
mailing list