diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-12-25 17:18:34 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-12-25 17:18:34 +0000 |
commit | cd6a31bda38fa1f27fc880b730e0d69a7286516a (patch) | |
tree | a726d1f189f6e62ea89a5c9435afb286d22f239f /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.cpp | 19 |
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); + } + + |