summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/shed/files/shed-1.15-interix.patch')
-rw-r--r--app-editors/shed/files/shed-1.15-interix.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-editors/shed/files/shed-1.15-interix.patch b/app-editors/shed/files/shed-1.15-interix.patch
deleted file mode 100644
index 46c5eb6b26b1..000000000000
--- a/app-editors/shed/files/shed-1.15-interix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://sourceforge.net/tracker/?func=detail&aid=3554634&group_id=21862&atid=374571
---- a/shed.c
-+++ b/shed.c
-@@ -31,6 +31,10 @@
- #include <ctype.h> /* tolower */
- #include <unistd.h> /* dup, dup2 */
-
-+#ifdef __INTERIX
-+# include <sys/time.h>
-+#endif
-+
- #include "util.h"
-
- /* function prototypes */