diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-04-05 23:22:10 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-04-05 23:22:10 +0000 |
commit | 895f7e80dad6e9ae28ca8ac50106b0f95458d4c9 (patch) | |
tree | e7d7623a2f6fb463f2321f7cb5169d43f69207bc /net/xmule/files | |
parent | 5567867a772e5079ad6a02b910fd67886539dbcd (diff) |
Notes
Diffstat (limited to 'net/xmule/files')
-rw-r--r-- | net/xmule/files/patch-src::otherfunctions.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/xmule/files/patch-src::otherfunctions.cpp b/net/xmule/files/patch-src::otherfunctions.cpp index b96a5b978c1d..ce9744278b99 100644 --- a/net/xmule/files/patch-src::otherfunctions.cpp +++ b/net/xmule/files/patch-src::otherfunctions.cpp @@ -1,11 +1,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 @@ +--- 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); + #ifdef __FreeBSD__ +-long long atoll(char * s) { ++long long atoll(const char * s) { + return strtoll(s, (char **) NULL, 10); } - #endif /* __FreeBSD__ */ + |