diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-28 15:14:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-28 15:14:21 +0000 |
commit | 9f5b74992b9ed60b73f68f2af3bab19d9d1c0b38 (patch) | |
tree | 94d8a583ebfb46808d0d37707b33f0249b2ea021 /comms/obexapp/files/patch-sdp.c | |
parent | Add py-spf, a python implementation of SPF. (diff) |
- Workaround for people who have mpeg4ip installed poluting system with
another copy of sdp.h header
PR: ports/75572
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Diffstat (limited to 'comms/obexapp/files/patch-sdp.c')
-rw-r--r-- | comms/obexapp/files/patch-sdp.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/obexapp/files/patch-sdp.c b/comms/obexapp/files/patch-sdp.c new file mode 100644 index 000000000000..a25d46348d81 --- /dev/null +++ b/comms/obexapp/files/patch-sdp.c @@ -0,0 +1,11 @@ +--- sdp.c.orig Tue Dec 28 15:24:24 2004 ++++ sdp.c Tue Dec 28 15:24:42 2004 +@@ -31,7 +31,7 @@ + + #include <bluetooth.h> + #include <errno.h> +-#include <sdp.h> ++#include </usr/include/sdp.h> + #include <stdio.h> + + #undef PROTOCOL_DESCRIPTOR_LIST_BUFFER_SIZE |