[Ilugc] Installing Nvidia driver in Kenrel 2.6.16

  • From: cyborg4k@xxxxxxxxx (Shakthi Kannan)
  • Date: Mon Apr 3 22:40:41 2006

Hi Parthan,

--- Parthan SR <parth.technofreak@xxxxxxxxx> wrote:
/tmp/selfgz1410/NVIDIA-Linux-x86-1.0-8178-pkg1/usr/src/nv/os-interface.c:137
5: error: ?struct task_struct? has no member named
?rlim?

Says it all. 

rlim is of type struct rlimit, declared in struct
signal_struct in include/linux/sched.h in 2.6 kernels,
not in struct task_struct.

http://lxr.linux.no/source/include/linux/sched.h#L331

Only in 2.4 kernels, struct rlimit was embedded in
struct task_struct:

http://lxr.linux.no/source/include/linux/sched.h?v=2.4.20#L382

Report it to the nvidia developers.

SK

--
Shakthi Kannan
http://www.shakthimaan.com

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com ;

Other related posts: