]> git.pld-linux.org Git - packages/bin86.git/blame - bin86-x64.patch
- apply 32bit long fix also on x32
[packages/bin86.git] / bin86-x64.patch
CommitLineData
be23f2e5
MK
1diff -ur bin86-0.16.18.orig/ld/x86_aout.h bin86-0.16.18/ld/x86_aout.h
2--- bin86-0.16.18.orig/ld/x86_aout.h 2003-01-28 22:17:14.000000000 +0000
3+++ bin86-0.16.18/ld/x86_aout.h 2012-09-29 14:00:55.188509488 +0000
4@@ -13,7 +13,9 @@
5 typedef long Long;
6 #define __OUT_OK 1
7 #else
8-typedef char Long[4];
9+#define __OUT_OK 1
10+#include <sys/types.h>
11+typedef int32_t Long;
12 #endif
13
14 struct exec { /* a.out header */
This page took 0.060152 seconds and 4 git commands to generate.