|
From: siim <li...@ko...> - 2006-07-06 10:13:32
|
using 2.6.13-15 kernel and getting this error: make[2]: Entering directory `/usr/src/linux-2.6.13-15' CC [M] /usr/src/affix-kernel-3.2.0/btcore/hci.o CC [M] /usr/src/affix-kernel-3.2.0/btcore/af_hci.o /usr/src/affix-kernel-3.2.0/btcore/af_hci.c:70: error: static declaration of 'errno' follows non-static declaration include/linux/unistd.h:4: error: previous declaration of 'errno' was here /usr/src/affix-kernel-3.2.0/btcore/af_hci.c: In function 'hpf_create': /usr/src/affix-kernel-3.2.0/btcore/af_hci.c:197: warning: passing argument 3 of 'sk_alloc' makes pointer from integer without a cast /usr/src/affix-kernel-3.2.0/btcore/af_hci.c:197: warning: passing argument 4 of 'sk_alloc' makes integer from pointer without a cast /usr/src/affix-kernel-3.2.0/btcore/af_hci.c:210: error: implicit declaration of function 'sk_set_owner' /usr/src/affix-kernel-3.2.0/btcore/af_hci.c: At top level: /usr/src/affix-kernel-3.2.0/btcore/af_hci.c:1007: error: static declaration of 'affix_pan_ops' follows non-static declaration /usr/src/affix-kernel-3.2.0/include/affix/hci.h:643: error: previous declaration of 'affix_pan_ops' was here /usr/src/affix-kernel-3.2.0/btcore/af_hci.c:1008: error: static declaration of 'affix_hidp_ops' follows non-static declaration /usr/src/affix-kernel-3.2.0/include/affix/hci.h:644: error: previous declaration of 'affix_hidp_ops' was here make[4]: *** [/usr/src/affix-kernel-3.2.0/btcore/af_hci.o] Error 1 any ideas? this patch i found from this list did not help. -- siim |