|
From: | Bruce Dubbs |
Subject: | Re: Various build failures in current bzr tree |
Date: | Sun, 12 Feb 2012 14:19:21 -0600 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 SeaMonkey/1.1.11 |
Lennart Sorensen wrote:
Looks like they all come from double-linked list code. This should help: === modified file 'include/grub/list.h' --- include/grub/list.h 2012-01-29 17:09:53 +0000 +++ include/grub/list.h 2012-02-12 01:00:48 +0000 @@ -24,6 +24,10 @@ #include <grub/types.h> #include <grub/misc.h>+struct grub_list __attribute__ ((may_alias));+struct grub_named_list __attribute__ ((may_alias)); +struct grub_prio_list __attribute__ ((may_alias)); + struct grub_list { struct grub_list *next;I think you got it. Doing a clean build to be sure.
You posted at the bottom. That's good. But did you really have to quote 428 lines from the previous message to post your 2 lines of input?
-- Bruce
[Prev in Thread] | Current Thread | [Next in Thread] |