[GRASS-SVN] r43109 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 14 14:04:21 EDT 2010


Author: mmetz
Date: 2010-08-14 18:04:21 +0000 (Sat, 14 Aug 2010)
New Revision: 43109

Modified:
   grass/trunk/lib/init/clean_temp.c
Log:
lib/init: LFS for wingrass

Modified: grass/trunk/lib/init/clean_temp.c
===================================================================
--- grass/trunk/lib/init/clean_temp.c	2010-08-14 18:03:45 UTC (rev 43108)
+++ grass/trunk/lib/init/clean_temp.c	2010-08-14 18:04:21 UTC (rev 43109)
@@ -1,3 +1,4 @@
+#include <grass/config.h>
 #include <stdlib.h>
 #include <signal.h>
 #include <unistd.h>
@@ -43,7 +44,7 @@
     char buf[BUF_MAX];
     DIR *curdir;
     struct dirent *cur_entry;
-    struct stat info;
+    STRUCT_STAT info;
     int n, pathlen;
 
     curdir = opendir(pathname);



More information about the grass-commit mailing list