Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 82134

Summary: Typo Error in ati kernel source code
Product: Gentoo Linux Reporter: White <White_Angel>
Component: New packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description White 2005-02-15 10:33:52 UTC
someone make stupid typo errors.
in firegl_public.c
replace LINUX_VERSION_CORE by LINUX_VERSION_CODE
replace pmd_offset(pgd,p, pte_linear) by pmd_offset(pgd_p, pte_linear);

After this it compiles.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Luca Barbato gentoo-dev 2005-02-17 17:22:21 UTC
got reported twice. Thanks for the help anyway

*** This bug has been marked as a duplicate of 82402 ***