From cae842bacf2b26e4674d7c2c6d46cc91f05493ac Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 23 Mar 2004 19:57:59 +0000 Subject: Add openobex, a library for OBEX (Object Exchange), a protocol to exchange a data over infrared and Bluetooth. This port is adapted to work with FreeBSD Bluetooth stack. PR: ports/64596 Submitted by: Guido Falsi --- comms/openobex/files/patch-src-netbuf.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 comms/openobex/files/patch-src-netbuf.h (limited to 'comms/openobex/files/patch-src-netbuf.h') diff --git a/comms/openobex/files/patch-src-netbuf.h b/comms/openobex/files/patch-src-netbuf.h new file mode 100644 index 000000000000..cdf1d0c31600 --- /dev/null +++ b/comms/openobex/files/patch-src-netbuf.h @@ -0,0 +1,11 @@ +--- src/netbuf.h.orig Wed Oct 1 13:17:13 2003 ++++ src/netbuf.h Mon Mar 22 10:47:07 2004 +@@ -37,7 +37,7 @@ + #ifndef G_NETBUF_H + #define G_NETBUF_H + +-#include ++#include + + typedef struct _slist_t{ + void *data; -- cgit v1.2.3