Hi Dmitriy, On Fri, Oct 15, 2010, Dmitriy Paliy wrote: > Integer types in obex_write_stream and obex_read_stream shell be the > same as those returned by read and write function prototypes of > obex_mime_type_driver. > --- > src/obex.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) Not good: src/obex.c: In function âobex_write_streamâ: src/obex.c:647: error: format â%dâ expects type âintâ, but argument 3 has type âssize_tâ Always compile-check your patches with ./bootstrap-configure. The correct format specifier for ssize_t is %zd Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html