bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Build failure with gcc-3_3-branch


From: Andrew Walrond
Subject: Build failure with gcc-3_3-branch
Date: Wed, 05 Mar 2003 13:05:03 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021020

Hi!

Building grub 0.93 with gcc 3_3-branch failed and highlighted a small error. (see attached patch)

Please apply

Andrew Walrond
--- fsys_reiserfs.c.old 2003-03-05 12:52:42.752868384 +0000
+++ fsys_reiserfs.c     2003-03-05 12:53:08.851878200 +0000
@@ -112,7 +112,7 @@
   /* offset in the log of where to start replay after a crash */
   __u32 j_first_unflushed_offset;
   /* mount id to detect very old transactions */
-  __u32 long j_mount_id;
+  __u32 j_mount_id;
 };
 
 /* magic string to find desc blocks in the journal */

reply via email to

[Prev in Thread] Current Thread [Next in Thread]