[GRASS-SVN] r40096 - grass/branches/releasebranch_6_4/raster/r.fill.dir

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 20 15:48:49 EST 2009


Author: neteler
Date: 2009-12-20 15:48:48 -0500 (Sun, 20 Dec 2009)
New Revision: 40096

Modified:
   grass/branches/releasebranch_6_4/raster/r.fill.dir/main.c
Log:
Use <fcntl.h>, not <sys/fcntl.h> (backport)

Modified: grass/branches/releasebranch_6_4/raster/r.fill.dir/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.fill.dir/main.c	2009-12-20 20:48:40 UTC (rev 40095)
+++ grass/branches/releasebranch_6_4/raster/r.fill.dir/main.c	2009-12-20 20:48:48 UTC (rev 40096)
@@ -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