[GRASS-SVN] r40095 - grass/branches/develbranch_6/raster/r.fill.dir
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 20 15:48:40 EST 2009
Author: neteler
Date: 2009-12-20 15:48:40 -0500 (Sun, 20 Dec 2009)
New Revision: 40095
Modified:
grass/branches/develbranch_6/raster/r.fill.dir/main.c
Log:
Use <fcntl.h>, not <sys/fcntl.h> (backport)
Modified: grass/branches/develbranch_6/raster/r.fill.dir/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.fill.dir/main.c 2009-12-20 20:47:31 UTC (rev 40094)
+++ grass/branches/develbranch_6/raster/r.fill.dir/main.c 2009-12-20 20:48:40 UTC (rev 40095)
@@ -42,7 +42,7 @@
/* for using the "open" statement */
#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
/* for using the close statement */
#include <unistd.h>
More information about the grass-commit
mailing list