the patch from walt

Desmond Chapman que_deseja at hotmail.com
Thu Oct 2 14:47:07 UTC 2008


--- ld/x86_aout.h.orig	2003-01-28 17:17:14.000000000 -0500
+++ ld/x86_aout.h	2005-05-07 22:40:05.000000000 -0400
@@ -13,7 +13,9 @@
 typedef long Long;
 #define __OUT_OK 1
 #else
-typedef char Long[4];
+#define __OUT_OK 1
+#include <sys/types.h>
+typedef int32_t Long;
 #endif

Sorry about that. 

_________________________________________________________________
Want to do more with Windows Live? Learn “10 hidden secrets” from Jamie.
http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008


More information about the freebsd-questions mailing list