j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: stepan Date: Mon May 24 16:20:17 2010 New Revision: 776 URL: http://tracker.coreboot.org/trac/openbios/changeset/776
Log: OpenSolaris amd64 support.
Signed-off-by: Andreas Faerber afaerber@opensolaris.org
Modified: trunk/fcode-utils-devel/shared/types.h
Modified: trunk/fcode-utils-devel/shared/types.h ============================================================================== --- trunk/fcode-utils-devel/shared/types.h Mon May 24 15:31:15 2010 (r775) +++ trunk/fcode-utils-devel/shared/types.h Mon May 24 16:20:17 2010 (r776) @@ -52,7 +52,7 @@ typedef int32_t s32; typedef u_int32_t u32;
-#elif defined(__sparc) +#elif defined(__sun__)
#include <sys/types.h>