summaryrefslogtreecommitdiff
path: root/net/mute-net/files/patch-MUTE::layers::pointToPoint::pointToPointCommunicator.cpp
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-12-25 17:18:34 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-12-25 17:18:34 +0000
commitcd6a31bda38fa1f27fc880b730e0d69a7286516a (patch)
treea726d1f189f6e62ea89a5c9435afb286d22f239f /net/mute-net/files/patch-MUTE::layers::pointToPoint::pointToPointCommunicator.cpp
parent- Update to 4.1-rc3 (unbreaks fetching) (diff)
o New port mute-net version 0.1: Peer-to-peer client with privacy
protection and easy search/download o This is a master port for upcoming both net/mute-net-gui and net/mute-net-text ports
Diffstat (limited to 'net/mute-net/files/patch-MUTE::layers::pointToPoint::pointToPointCommunicator.cpp')
-rw-r--r--net/mute-net/files/patch-MUTE::layers::pointToPoint::pointToPointCommunicator.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/mute-net/files/patch-MUTE::layers::pointToPoint::pointToPointCommunicator.cpp b/net/mute-net/files/patch-MUTE::layers::pointToPoint::pointToPointCommunicator.cpp
new file mode 100644
index 000000000000..9bec3d21a8ad
--- /dev/null
+++ b/net/mute-net/files/patch-MUTE::layers::pointToPoint::pointToPointCommunicator.cpp
@@ -0,0 +1,19 @@
+--- MUTE/layers/pointToPoint/pointToPointCommunicator.cpp.orig Sun Dec 21 00:02:08 2003
++++ MUTE/layers/pointToPoint/pointToPointCommunicator.cpp Sun Dec 21 00:32:22 2003
+@@ -1153,7 +1153,7 @@
+
+ // handler to receive all messages from the routing layer
+ // extra argument not used
+-void mute_internalLowLevelMessageHandler( char *inFromAddress,
++int mute_internalLowLevelMessageHandler( char *inFromAddress,
+ char *inToAddress,
+ char *inBody,
+ void *inExtraArgument ) {
+@@ -1544,6 +1544,7 @@
+ delete [] *( tokens->getElement( i ) );
+ }
+ delete tokens;
++ return (0);
+ }
+
+