diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-23 20:01:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-23 20:01:18 +0000 |
commit | d317576e384efba3ec19cb76c53403601ebd343c (patch) | |
tree | c0ccc316374c0476a936d20679e8e6b1390d2caf /comms/obexapp/files/patch-main.c | |
parent | Add openobex, a library for OBEX (Object Exchange), a protocol to exchange (diff) |
Add obexapp, a utility written by Maksim Yevmenkin (emax@FreeBSD.org)
to transport files over OBEX protocol. This only works for Bluetooth
and needs -CURRENT as of January 20 or newer (sdpd import) to work,
so IGNORE on 5.2.1-R and older.
PR: ports/64597
Submitted by: Guido Falsi <mad@madpilot.net>
Diffstat (limited to 'comms/obexapp/files/patch-main.c')
-rw-r--r-- | comms/obexapp/files/patch-main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/obexapp/files/patch-main.c b/comms/obexapp/files/patch-main.c new file mode 100644 index 000000000000..25d04ae5b05a --- /dev/null +++ b/comms/obexapp/files/patch-main.c @@ -0,0 +1,11 @@ +--- main.c.orig Mon Mar 22 21:01:45 2004 ++++ main.c Mon Mar 22 21:02:10 2004 +@@ -137,7 +137,7 @@ + custfunc.listen = obexapp_transport_listen; + custfunc.write = obexapp_transport_write; + custfunc.handleinput = obexapp_transport_handle_input; +- custfunc.userdata = &context; ++ custfunc.customdata = &context; + + /* Process command line options */ + service = 0; |