diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 16:37:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 16:37:03 +0000 |
commit | 55a7aecf5438167319031d76507fa180795d04a3 (patch) | |
tree | 91bd06ba90cc4fbe07fcda71eafb2206beaf43a6 /net-p2p | |
parent | 39e6abd0184d715e5587c0e395de0939a5497912 (diff) | |
download | ports-55a7aecf5438167319031d76507fa180795d04a3.tar.gz ports-55a7aecf5438167319031d76507fa180795d04a3.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mutella/files/patch-gnushare.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/mutella/files/patch-gnushare.h b/net-p2p/mutella/files/patch-gnushare.h new file mode 100644 index 000000000000..ae4df0f69a75 --- /dev/null +++ b/net-p2p/mutella/files/patch-gnushare.h @@ -0,0 +1,10 @@ +--- mutella/gnushare.h Fri Nov 15 20:22:57 2002 ++++ gnushare.h.new Tue May 15 15:47:57 2007 +@@ -26,6 +26,7 @@ + #include "mthread.h" + + class MGnuDirector; ++class MShareThread; + + class MGnuShare + { |