From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 13 Oct 2005 07:37:38 -0400 Subject: [U-Boot-Users] [Patch] Clean up lvalues in two places for gcc 4.0 Message-ID: <434E4702.6020203@smiths-aerospace.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, Attached is a patch I did last night (2005-10-12) to fix two places where gcc 4.0 refused to compile due to the lvalue constructs no longer being supported. The patches compile, I have not executed the resulting code: please double-check for correctness. fs/jffs2/compr_rubin.c | 3 ++- net/net.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) ---- Changelog ---- Clean up lvalue issues for gcc 4.0 Patch by Jerry Van Baren, 12 October 2005 Signed-off-by: Jerry Van Baren ---- Best regards, gvb -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: u-boot-lvalues-submitted-2005-10-13.patch Url: http://lists.denx.de/pipermail/u-boot/attachments/20051013/8f50c27e/attachment.txt