Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: ubuntu
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/830550
Title:
Missing C Sta
After some hunting around I found the following allowed me to compile
kernel module under Natty.
$ cd /lib/modules/$(uname -r)/build/include
$ sudo ln -s $(gcc -print-file-name=include)/stdarg.h
This links stdarg.h to where the kernel makefiles will find it when it’s
#included from the various ke