|
From: Daniel B. <da...@f-...> - 2005-08-21 12:23:07
|
Hi, Has anyone figured a patch out(is it even possible)? To change the use in af_hci.c of the sock struct to the unix_sock struct and use peer rather than sk_pair? Or is there a patch to re-implement the sk_pair part of the sock struct? This is due to these errors:- make[2]: Entering directory `/usr/src/linux' =C2=A0 CC [M]=C2=A0 /usr/src/affix/btcore/hci.o In file included from /usr/src/affix/btcore/hci.c:68: /usr/src/affix/include/affix/bluetooth.h: In function `btsys_close': /usr/src/affix/include/affix/bluetooth.h:1032: warning: implicit declaration of function `close' /usr/src/affix/btcore/hci.c: In function `affix_sock_reset': /usr/src/affix/btcore/hci.c:2109: error: structure has no member named `sk_pair' /usr/src/affix/btcore/hci.c: In function `affix_sock_ready': /usr/src/affix/btcore/hci.c:2118: error: structure has no member named `sk_pair' /usr/src/affix/btcore/hci.c:2130: error: structure has no member named `sk_pair' make[4]: *** [/usr/src/affix/btcore/hci.o] Error 1 make[3]: *** [/usr/src/affix/btcore] Error 2 make[2]: *** [_module_/usr/src/affix] Error 2 make[2]: Leaving directory `/usr/src/linux' make[1]: *** [build] Error 2 make[1]: Leaving directory `/usr/src/affix-kernel-3.2.0' make: *** [all] Error 2 Kind regards, Daniel Bartlett |