search for: __kernel_daddr_t

Displaying 4 results from an estimated 4 matches for "__kernel_daddr_t".

2007 Mar 23
3
Re: [LARTC} how can I compile tc
...:5, from ../include/libnetlink.h:5, from ll_map.c:23: ../include/linux/types.h:5:31: error: linux/posix_types.h: No such file or directory In file included from ../include/linux/netlink.h:5, from ../include/libnetlink.h:5, from ll_map.c:23: ../include/linux/types.h:166: error: syntax error before ‘__kernel_daddr_t’ ../include/linux/types.h:166: warning: no semicolon at end of struct or union ../include/linux/types.h:167: warning: type defaults to ‘int’ in declaration of ‘f_tinode’ ../include/linux/types.h:167: warning: data definition has no type or storage class ../include/linux/types.h:170: error: synta...
2004 Sep 02
1
__kernel_timer_t missing
...nel_timer_t. Can we just get rid of the __kernel_timer_t? --- klibc-0.171/klibc/include/sys/types.h.orig 2004-06-08 07:32:48.000000000 +0200 +++ klibc-0.171/klibc/include/sys/types.h 2004-09-02 15:14:04.495486895 +0200 @@ -28,7 +28,7 @@ typedef __kernel_pid_t pid_t; typedef __kernel_daddr_t daddr_t; typedef __kernel_key_t key_t; typedef __kernel_suseconds_t suseconds_t; -typedef __kernel_timer_t timer_t; +typedef int timer_t; typedef __kernel_uid32_t uid_t; typedef __kernel_gid32_t gid_t; -- USB is for mice, FireWire is for...
2004 Feb 22
3
ARM/Thumb updates and some other minor tweaks
...ction .thumb_func diff -ruN klibc-0.114_orig/klibc/include/sys/types.h klibc-0.114/klibc/include/sys/types.h --- klibc-0.114_orig/klibc/include/sys/types.h 2004-02-08 22:19:37.000000000 -0800 +++ klibc-0.114/klibc/include/sys/types.h 2004-02-22 04:39:00.000000000 -0800 @@ -27,7 +27,12 @@ typedef __kernel_daddr_t daddr_t; typedef __kernel_key_t key_t; typedef __kernel_suseconds_t suseconds_t; -typedef __kernel_timer_t timer_t; +/* + * __kernel_timer_t is not defined in arm kernel 2.4.21-rmk2 which causes + * arm klibc builds to fail. timer_t doesn't seem to be used within klibc + * so commenting out...
2006 May 15
3
Eicon Diva - problems building new v3 melware driver
...x/types.h:123: error: syntax error before "int64_t" include/linux/types.h:123: warning: type defaults to `int' in declaration of `int64_t' include/linux/types.h:123: warning: data definition has no type or storage class include/linux/types.h:151: error: syntax error before "__kernel_daddr_t" include/linux/types.h:151: warning: no semicolon at end of struct or union include/linux/types.h:152: warning: type defaults to `int' in declaration of `f_tinode' include/linux/types.h:152: warning: data definition has no type or storage class include/linux/types.h:155: error: synta...