On Fri, 1 Jul 2011, Hendrik Sattler wrote:

> Am Donnerstag, 30. Juni 2011, 22:39:33 schrieb plu...@netbsd.org:
> > From: Iain Hibbert <plu...@rya-online.net>
>
> I pushed all 8 patches to my repository...

ok thanks, at least it is outside my hard disk :)

there may be one more issue, with the change I proposed to openobex wrt
the bt_addr_t definition and the BtOBEX_ prototypes - apps/obexftpd uses
BtOBEX_ServerRegister() directly, so <obexftp/bt_kit.h> would need to be
included before <openobex/obex.h> as per below, but will leave that for
later..

regards,
iain

--- apps/obexftpd.c.orig
+++ apps/obexftpd.c
@@ -56,6 +56,8 @@
 #include <netdb.h>
 #endif

+#include <obexftp/bt_kit.h>
+
 /* just until there is a server layer in obexftp */
 #include <openobex/obex.h>


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Openobex-users mailing list
Openobex-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to