You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-arch/arc/files/arc-5.21o-interix.patch

12 lines
216 B

--- a/arcdos.c
+++ b/arcdos.c
@@ -30,7 +30,7 @@
#if UNIX
#include <sys/types.h>
#include <sys/stat.h>
-#if BSD
+#if BSD || defined(__INTERIX)
#include <sys/time.h>
#else
#include <time.h> /* Sys V. Bleah. */