Группа :: Сети/Прочее
Пакет: sobexsrv
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: sobexsrv-1.0.0pre4-alt-include.patch
diff -uNr sobexsrv-1.0.0pre4.orig/src/obexsrv.c sobexsrv-1.0.0pre4/src/obexsrv.c
--- sobexsrv-1.0.0pre4.orig/src/obexsrv.c 2005-11-24 22:50:31 +1200
+++ sobexsrv-1.0.0pre4/src/obexsrv.c 2005-12-04 15:58:49 +1200
@@ -21,7 +21,7 @@
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>
#include <bluetooth/hci_lib.h>
-#include <openobex/obex.h>
+#include <obex.h>
#include <fcntl.h>
#include <pwd.h>
#include <signal.h>
diff -uNr sobexsrv-1.0.0pre4.orig/src/sdp.c sobexsrv-1.0.0pre4/src/sdp.c
--- sobexsrv-1.0.0pre4.orig/src/sdp.c 2005-11-24 21:02:34 +1200
+++ sobexsrv-1.0.0pre4/src/sdp.c 2005-12-04 15:59:14 +1200
@@ -34,7 +34,7 @@
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
#include <bluetooth/rfcomm.h>
-#include <openobex/obex.h>
+#include <obex.h>
#include "obexsrv.h"