diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-10-08 14:44:25 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-10-08 14:44:25 +0000 |
commit | da65b36eda0e3c46dc6e1514fc93259a073631f6 (patch) | |
tree | c355c131e83259304b000b3c3f5b1693930643b8 /net/xmule/files/patch-Preferences.cpp | |
parent | Update to 2.11.1. (diff) |
o Update to 1.6.0a
o Keep FORBIDDEN line since I have been unable to verify if bugs
have been thoroughly fixed
PR: 56618
Submitted by: YazzY <yazzy@yazzy.org>
Notes
Notes:
svn path=/head/; revision=90640
Diffstat (limited to 'net/xmule/files/patch-Preferences.cpp')
-rw-r--r-- | net/xmule/files/patch-Preferences.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/xmule/files/patch-Preferences.cpp b/net/xmule/files/patch-Preferences.cpp index e71a84094959..5498ca235889 100644 --- a/net/xmule/files/patch-Preferences.cpp +++ b/net/xmule/files/patch-Preferences.cpp @@ -1,7 +1,7 @@ ---- src/Preferences.cpp.orig Mon May 26 12:08:45 2003 -+++ src/Preferences.cpp Mon May 26 12:10:14 2003 -@@ -65,7 +65,7 @@ - extern int sprintf(char *__restrict __s,__const char*__restrict __format,...) __attribute__ ((__format__ (__printf__, 2,3))); +--- src/Preferences.cpp.orig Tue Sep 9 00:56:24 2003 ++++ src/Preferences.cpp Tue Sep 9 00:56:21 2003 +@@ -60,7 +60,7 @@ + #endif #ifdef __FreeBSD__ -extern long long atoll(char *s); |