From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040312 Description of problem: The file /usr/include/linux/user.h is missing from the package. It was still present in 2.4.8-36. Version-Release number of selected component (if applicable): glibc-kernheaders-2.4-8.44 How reproducible: Always Steps to Reproduce: 1. Compile a program that includes <linux/user.h> 2. 3. Actual Results: Compilation fails Expected Results: Compilation succeeds Additional info:
uuuhhhhhhhhhh... why would any userspace program need that header?? Which app is this ?
The program in question is StepMania (http://www.stepmania.com), a Dance Dance Revolution look/workalike for PC/XBox. The header file is included in src/archutils/unix/LinuxThreadHelpers.cpp. Unfortunately I have clue in neither thread programming nor C++, and the stepmania forums seem to be down atm. Might well be a user error to use that header in the first place.
Looks like a user error to use that header. You might want to see if it compiles with that line removed 8)