This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: 2.95.3 destruction in Linux header



> /usr/include/linux/hpfs_fs_i.h:5: parse error before `ino_t'

I can't find anywhere in your preprocessed sources where ino_t is defined.
There's a __kernel_ino_t, and an efs_ino_t, but no plain ino_t.

On my system, if you're building the linux kernel, it gets defined in
<linux/types.h>.  Is it defined in your linux/types.h?

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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