This is the mail archive of the libc-hacker@cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: not a nice patch


Ulrich Drepper <drepper@cygnus.com> writes:

|> I had to change one more type for 32bit Intel systems: ino64_t.  It used
|> to be 32 bits since this is what I was initially told is enough.
|> Nowadays (which NFSv3, CODA) we need to have 64 bit inode numbers.  Oh
|> well.
|> 
|> Fortunately the type is hardly used directly so far.

No, only by fileutils, sh-utils, textutils, make, ... See AC_LFS.

|>  The only use
|> will be in stat64.  Here we have some padding which I was able to take
|> out so that the struct len is the same.

No, it's not!  The padding had only 16 bits!

Andreas.

-- 
Andreas Schwab                                      "And now for something
schwab@issan.cs.uni-dortmund.de                      completely different"
schwab@gnu.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]