diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
commit | 6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch) | |
tree | fb8d61358190cc429db453d54fb9920ccfde716f /net-p2p/xmule/files/patch-src::otherfunctions.cpp | |
parent | ea16706c62b542adc8f3b887256bf215bf914db6 (diff) |
Diffstat (limited to 'net-p2p/xmule/files/patch-src::otherfunctions.cpp')
-rw-r--r-- | net-p2p/xmule/files/patch-src::otherfunctions.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/xmule/files/patch-src::otherfunctions.cpp b/net-p2p/xmule/files/patch-src::otherfunctions.cpp deleted file mode 100644 index ce9744278b99..000000000000 --- a/net-p2p/xmule/files/patch-src::otherfunctions.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/otherfunctions.cpp.orig Mon Apr 5 19:58:46 2004 -+++ src/otherfunctions.cpp Mon Apr 5 19:59:45 2004 -@@ -662,7 +662,7 @@ - } - - #ifdef __FreeBSD__ --long long atoll(char * s) { -+long long atoll(const char * s) { - return strtoll(s, (char **) NULL, 10); - } - |