summaryrefslogtreecommitdiff
path: root/net/xmule/files/patch-src::KnownFile.h
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-06-11 22:29:38 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-06-11 22:29:38 +0000
commit47a28fa2def4ccacaf5658f79406f422e543e215 (patch)
tree6b1afd04f141e84eee5ab3ce6ea6df438e0463ea /net/xmule/files/patch-src::KnownFile.h
parento After repo copy from ports/net/lmule (this is a fork of lmule): (diff)
o After repo copy from ports/net/lmule (this is a fork of lmule):
update to xmule version 1.4.0 o Special thanks to [1] who helped patching the application for FreeBSD Reviewed by: Lauri Watts <lauri@fruitsalad.org>, Frerich Raabe <frerich.raabe@gmx.de> [1] Repo copy approved by: portmgr (self) Repo copied by: cvs (joe)
Notes
Notes: svn path=/head/; revision=82816
Diffstat (limited to 'net/xmule/files/patch-src::KnownFile.h')
-rw-r--r--net/xmule/files/patch-src::KnownFile.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/xmule/files/patch-src::KnownFile.h b/net/xmule/files/patch-src::KnownFile.h
new file mode 100644
index 000000000000..a37dc00c4ee6
--- /dev/null
+++ b/net/xmule/files/patch-src::KnownFile.h
@@ -0,0 +1,12 @@
+--- src/KnownFile.h.orig Tue May 20 21:16:04 2003
++++ src/KnownFile.h Tue May 20 21:23:46 2003
+@@ -203,9 +203,6 @@
+ (a) = MD4_ROTATE_LEFT((a), (s)); \
+ }
+
+-static void MD4Transform(uint32 Hash[4], uint32 x[16]);
+-
+-
+ #if 0
+ // old implementation
+ class CFileStatistic{