Bug 454999 - asm/page.h missing from kernel-headers
Summary: asm/page.h missing from kernel-headers
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 8
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-07-11 11:24 UTC by Bjorge Solli
Modified: 2008-07-11 17:05 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-07-11 17:05:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bjorge Solli 2008-07-11 11:24:11 UTC
Description of problem:
On a fedora 7 system:
# rpm -ql kernel-headers | grep page.h
/usr/include/asm/page.h

On fedora 8 and 9 systems it finds nothing. I have programs needing this file to
compile.

Comment 1 Bjorge Solli 2008-07-11 12:20:07 UTC
I do find the file in kernel-devel though, but it's not in the normal include path.

Comment 2 Dave Jones 2008-07-11 17:05:18 UTC
userspace shouldn't be using that header at all.  there's nothing useful in
there.  If there are programs using it to determine page size, they should be
calling getpagesize() instead.



Note You need to log in before you can comment on or make changes to this bug.