Public bug reported:

$ cat /tmp/test-serial.c 
#include <linux/serial.h>
int main() { return 0; }

On intrepid it works fine:
$ gcc -c /tmp/test-serial.c 
$ echo $?
0

but in jaunty the include file is broken:

$ gcc -c /tmp/test-serial.c
In file included from /tmp/test-serial.c:1:
/usr/include/linux/serial.h:164: error: expected specifier-qualifier-list 
before ‘__u32’

** Affects: linux (Ubuntu)
     Importance: Medium
     Assignee: Ubuntu Kernel Team (ubuntu-kernel-team)
         Status: New

-- 
linux/serial.h broken, uses __u32 without declaring/including it
https://bugs.launchpad.net/bugs/302888
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to