Bug 105773

Summary: asm-ppc/unaligend.h not useable in userland
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Ludwig Nussel <lnussel>
Component: DevelopmentAssignee: Thorsten Kukuk <kukuk>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: PowerPC   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Ludwig Nussel 2005-08-19 09:12:08 UTC
stuff in asm-ppc/unaligend.h is protected by #ifdef __KERNEL__ which makes the 
vdr13 build fail.
Comment 1 Thorsten Kukuk 2005-08-19 09:15:32 UTC
Don't use that header file in userland. Fix you app.
Comment 2 Ludwig Nussel 2005-08-19 09:28:15 UTC
I couldn't care less about ppc. I just wanted to point out the inconsistency. 
It's not protected on any other arch, even not on ppc64. 
Comment 3 Thorsten Kukuk 2005-08-19 09:32:53 UTC
Then complain to the kernel developer, they are responsible for this mess.