diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-23 19:57:59 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-23 19:57:59 +0000 |
| commit | cae842bacf2b26e4674d7c2c6d46cc91f05493ac (patch) | |
| tree | 5ffde29db73b3158aebf997caf8da34daaee6f76 /comms/openobex/files/patch-src-obex.h | |
| parent | - only shared libraries should be build with -fPIC on amd64 and ia64 (diff) | |
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 <mad@madpilot.net>
Notes
Notes:
svn path=/head/; revision=105079
Diffstat (limited to 'comms/openobex/files/patch-src-obex.h')
| -rw-r--r-- | comms/openobex/files/patch-src-obex.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/openobex/files/patch-src-obex.h b/comms/openobex/files/patch-src-obex.h new file mode 100644 index 000000000000..59d2835dbbb9 --- /dev/null +++ b/comms/openobex/files/patch-src-obex.h @@ -0,0 +1,11 @@ +--- src/obex.h.orig Wed Oct 1 13:17:13 2003 ++++ src/obex.h Mon Mar 22 11:11:11 2004 +@@ -30,7 +30,7 @@ + #ifndef OBEX_H + #define OBEX_H + +-#include <stdint.h> ++#include <sys/types.h> + + #ifdef _WIN32 + #include <winsock.h> |
