<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Eric Sandeen wrote:
<blockquote cite="mid:48C13C64.6060806@redhat.com" type="cite">
  <pre wrap="">Paul W. Frields wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On Fri, 2008-09-05 at 13:18 +0100, Howard Wilkinson wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">The build for kernel-headers from the latest Fedora 8 is missing
linux/ext3_fs.h it would seem that the config in the i386 build does not
pull it in. Does anybody know how I can alter the source RPM to get this
and other missing headers loaded?
      </pre>
    </blockquote>
    <pre wrap="">I think I answered this in the fedora-list thread:
<a class="moz-txt-link-freetext" href="https://www.redhat.com/archives/fedora-list/2008-September/msg00559.html">https://www.redhat.com/archives/fedora-list/2008-September/msg00559.html</a> 
...but not being much of a developer myself, would appreciate any other
helpful advice.


    </pre>
  </blockquote>
  <pre wrap=""><!---->
it's not in kernel-headers because it is not listed in the headers-y
list in include/linux/Kbuild, i.e. not intended to be exporting anything
 for userspace use.

/usr/include/ext2fs/ext2_fs.h from e2fsprogs-devel is likely what you
really want.

What do you need the ext3_fs.h header for?

Thanks,

-Eric

  </pre>
</blockquote>
I am trying to rebuild the anaconda package and it uses ext3_fs.h! I
have got around this by downgrading the kernel temporarily but that is
obviously not a good idea!<br>
<br>
</body>
</html>