aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/xmule/files/patch-src::otherfunctions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/xmule/files/patch-src::otherfunctions.cpp')
-rw-r--r--net-p2p/xmule/files/patch-src::otherfunctions.cpp11
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 b96a5b978c1d..000000000000
--- a/net-p2p/xmule/files/patch-src::otherfunctions.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/otherfunctions.cpp.orig Mon May 26 12:05:22 2003
-+++ src/otherfunctions.cpp Mon May 26 12:05:37 2003
-@@ -546,7 +546,7 @@
- }
-
- #ifdef __FreeBSD__
--long long atoll( char * s ){
-+long long atoll(const char * s){
- return strtoll(s, (char **)NULL, 10);
- }
- #endif /* __FreeBSD__ */