aboutsummaryrefslogtreecommitdiffstats
path: root/main/dev86/dev86-long.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-09-06 06:21:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-08-16 12:50:06 +0000
commit2362cae61d4764111c6d76f2ab919da6811c5f8e (patch)
treea764cd8bc1a4196c65cc6dc34bb6d147aabccc9a /main/dev86/dev86-long.patch
parent76f06d429e85c21cc65d30437c0ab40898a8bf7e (diff)
downloadaports-2362cae61d4764111c6d76f2ab919da6811c5f8e.tar.bz2
aports-2362cae61d4764111c6d76f2ab919da6811c5f8e.tar.xz
main/dev86: upgrade to 0.16.19
Diffstat (limited to 'main/dev86/dev86-long.patch')
-rw-r--r--main/dev86/dev86-long.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/main/dev86/dev86-long.patch b/main/dev86/dev86-long.patch
deleted file mode 100644
index 34cde195bc..0000000000
--- a/main/dev86/dev86-long.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -up dev86-0.16.17/ld/x86_aout.h.long dev86-0.16.17/ld/x86_aout.h
---- dev86-0.16.17/ld/x86_aout.h.long 2003-01-28 23:17:14.000000000 +0100
-+++ dev86-0.16.17/ld/x86_aout.h 2009-02-19 11:37:10.000000000 +0100
-@@ -11,10 +11,11 @@
- /* If the host isn't an x86 all bets are off, use chars. */
- #if defined(i386) || defined(__BCC__) || defined(MSDOS)
- typedef long Long;
--#define __OUT_OK 1
- #else
--typedef char Long[4];
-+#include <stdint.h>
-+typedef int32_t Long;
- #endif
-+#define __OUT_OK 1
-
- struct exec { /* a.out header */
- unsigned char a_magic[2]; /* magic number */