Magellan Linux

Annotation of /trunk/bin86/patches/bin86-0.16.17-x86_64.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 360 - (hide annotations) (download)
Sun Sep 16 20:31:20 2007 UTC (16 years, 9 months ago) by niro
File size: 314 byte(s)
-patch to fix compile issus on x86_64

1 niro 360 --- ld/x86_aout.h.orig 2003-01-28 17:17:14.000000000 -0500
2     +++ ld/x86_aout.h 2005-05-07 22:40:05.000000000 -0400
3     @@ -13,7 +13,9 @@
4     typedef long Long;
5     #define __OUT_OK 1
6     #else
7     -typedef char Long[4];
8     +#define __OUT_OK 1
9     +#include <sys/types.h>
10     +typedef int32_t Long;
11     #endif
12    
13     struct exec { /* a.out header */