freebsd-ports/comms/openobex/files/patch-src-netbuf.h
Pav Lucistnik cae842bacf 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>
2004-03-23 19:57:59 +00:00

11 lines
237 B
C

--- 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 <stdint.h>
+#include <sys/types.h>
typedef struct _slist_t{
void *data;