Date: Thu, 2 Oct 2008 14:47:06 +0000 From: Desmond Chapman <que_deseja@hotmail.com> To: <freebsd-questions@freebsd.org>, <vbox-dev@virtualbox.org> Subject: the patch from walt Message-ID: <BLU126-W19F7490D85F709F2C8162FED3D0@phx.gbl>
next in thread | raw e-mail | index | archive | help
--- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BLU126-W19F7490D85F709F2C8162FED3D0>
