From bc0592bb8d2a9b0e708a27e51d1c2459f799a768 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 19 Jan 2012 19:03:48 +0000 Subject: main/dev86: moved from testing --- testing/dev86/dev86-long.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 testing/dev86/dev86-long.patch (limited to 'testing/dev86/dev86-long.patch') diff --git a/testing/dev86/dev86-long.patch b/testing/dev86/dev86-long.patch deleted file mode 100644 index 34cde195bc..0000000000 --- a/testing/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 -+typedef int32_t Long; - #endif -+#define __OUT_OK 1 - - struct exec { /* a.out header */ - unsigned char a_magic[2]; /* magic number */ -- cgit v1.2.3