Re: Maybe a bug in fsys_reiserfs.c, GRUB 0.93

2004-01-19 Thread nospam
DervishD recommended changing this: __u32 long j_mount_id; to this: __u32 j_mount_id ; because: That's because you cannot declare 'unsigned int long' but 'unsigned long int' variables. According to the C 1999 standard, it is still legal to declare 'unsigned int long' variables. The

Maybe a bug in fsys_reiserfs.c, GRUB 0.93

2004-01-14 Thread DervishD
Hi all :)) In file stage2/fsys_reiserfs.c, line 109, GRUB version 0.93, you can read: struct reiserfs_journal_header { /* id of last fully flushed transaction */ __u32 j_last_flush_trans_id; /* offset in the log of where to start replay after a crash */ __u32