da65b36eda
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>
11 lines
277 B
C++
11 lines
277 B
C++
--- 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);
|
|
+extern long long atoll(const char *s);
|
|
#endif /* __FreeBSD__ */
|
|
|
|
/// new implementation
|