freebsd-ports/net/xmule/files/patch-src::otherfunctions.cpp
Mario Sergio Fujikawa Ferreira 47a28fa2de 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)
2003-06-11 22:29:38 +00:00

11 lines
290 B
C++

--- 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__ */