Small fixes for newer MinGW version
authorGé van Geldorp <ge@gse.nl>
Fri, 27 Jun 2003 21:10:35 +0000 (21:10 +0000)
committerGé van Geldorp <ge@gse.nl>
Fri, 27 Jun 2003 21:10:35 +0000 (21:10 +0000)
svn path=/trunk/; revision=4980

rosapps/mc/src/cmd.c
rosapps/mc/src/file.c
rosapps/mc/src/util.c

index 6f07d63..65eb2bf 100644 (file)
@@ -33,7 +33,7 @@
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/stat.h>
-#if defined (__MINGW32__) || defined(_MSC_VER)
+#if defined(_MSC_VER)
 #include <sys/time.h___>
 #else
 #include <time.h>
index b49da5b..49044f6 100644 (file)
@@ -79,7 +79,7 @@
 #ifdef SCO_FLAVOR
 #      include <sys/timeb.h>   /* alex: for struct timeb, used in time.h */
 #endif /* SCO_FLAVOR */
-#if defined (__MINGW32__) || defined(_MSC_VER)
+#if defined(_MSC_VER)
 #include <sys/time.h___>
 #else
 #include <time.h>
@@ -122,7 +122,7 @@ static
 
 int do_reget;
 
-/* rcsid [] = "$Id: file.c,v 1.1 2001/12/30 09:55:25 sedwards Exp $" */
+/* rcsid [] = "$Id: file.c,v 1.2 2003/06/27 21:10:35 gvg Exp $" */
 int verbose = 1;
 
 /* Recursive operation on subdirectories */
index e42f9b5..d50d716 100644 (file)
@@ -35,7 +35,7 @@
 #include <signal.h>            /* my_system */
 #include <limits.h>            /* INT_MAX */
 #ifndef SCO_FLAVOR
-#if defined (__MINGW32__) || defined(_MSC_VER)
+#if defined(_MSC_VER)
 #      include <sys/time.h___>
 #else
 #      include <sys/time.h>    /* alex: sys/select.h defines struct timeval */
@@ -88,7 +88,7 @@ int message (int error, char *header, char *text, ...);
 #include "user.h"              /* expand_format */
 #include "../vfs/vfs.h"
 
-/* "$Id: util.c,v 1.1 2001/12/30 09:55:20 sedwards Exp $" */
+/* "$Id: util.c,v 1.2 2003/06/27 21:10:35 gvg Exp $" */
 
 char app_text [] = "Midnight-Commander";