bug-parted
[Top][All Lists]
Advanced

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

Re: PATCH: fix gcc bug and big-endian issues for GPT


From: Andrew Clausen
Subject: Re: PATCH: fix gcc bug and big-endian issues for GPT
Date: Mon, 8 Apr 2002 09:49:50 +1000
User-agent: Mutt/1.3.28i

On Sun, Apr 07, 2002 at 07:10:16PM -0400, Neal H Walfield wrote:
> > Grrr, there's another disadvantage.
> > 
> > Since we're including (our own copies of) headers that come from
> > Linux, we need to change them (and maintain the modifications)
> 
> What do you mean?

<linux/ext2_fs.h> uses __u8 and friends.  It contains on-disk structs,
like superblocks, etc.  Anyway, you should never #include kernel sources
directly.  (Bad things DO happen), so we have our own copy.

Nowadays, we could prolly use <ext2fs/*>...

Andrew




reply via email to

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