aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/xmule/files/patch-src::otherfunctions.cpp
blob: b96a5b978c1dcf8168bb97d024980ef7754d4e17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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__ */