[GRASS-SVN] r47972 - grass/trunk/lib/db/dbmi_client

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 30 05:22:22 EDT 2011


Author: mmetz
Date: 2011-08-30 02:22:21 -0700 (Tue, 30 Aug 2011)
New Revision: 47972

Modified:
   grass/trunk/lib/db/dbmi_client/shutdown.c
Log:
db_shutdown_driver(): clean up code

Modified: grass/trunk/lib/db/dbmi_client/shutdown.c
===================================================================
--- grass/trunk/lib/db/dbmi_client/shutdown.c	2011-08-30 07:35:00 UTC (rev 47971)
+++ grass/trunk/lib/db/dbmi_client/shutdown.c	2011-08-30 09:22:21 UTC (rev 47972)
@@ -14,11 +14,6 @@
 
 #include <stdlib.h>
 
-#ifdef __MINGW32__
-#include <process.h>
-#else
-#include <sys/wait.h>
-#endif
 #include <grass/dbmi.h>
 #include <grass/spawn.h>
 #include "macros.h"



More information about the grass-commit mailing list